Discussion:
[openjms-developer] [ openjms-Feature Requests-1312608 ] Non-Durable Consumer Message Count
SourceForge.net
2005-10-04 06:44:48 UTC
Permalink
Feature Requests item #1312608, was opened at 2005-10-04 06:44
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=474139&aid=1312608&group_id=54559

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: enhancement
Group: None
Status: Open
Priority: 5
Submitted By: Ilan Amar (amarilan)
Assigned to: Jim Alateras (jalateras)
Summary: Non-Durable Consumer Message Count

Initial Comment:
At the moment there is no way of determining the
number of pending messages for a non-durable
subscriber.

It would be helpful to have such capability in the admin
interface.


----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=474139&aid=1312608&group_id=54559
SourceForge.net
2005-10-06 07:37:09 UTC
Permalink
Feature Requests item #1312608, was opened at 2005-10-04 16:44
Message generated for change (Comment added) made by tanderson
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=474139&aid=1312608&group_id=54559

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: enhancement
Group: None
Status: Open
Priority: 5
Submitted By: Ilan Amar (amarilan)
Assigned to: Jim Alateras (jalateras)
Summary: Non-Durable Consumer Message Count

Initial Comment:
At the moment there is no way of determining the
number of pending messages for a non-durable
subscriber.

It would be helpful to have such capability in the admin
interface.


----------------------------------------------------------------------
Comment By: Tim Anderson (tanderson)
Date: 2005-10-06 17:37

Message:
Logged In: YES
user_id=557161

Unlike queues, topics only hold messages for consumers that are
active. A topic consumer only sees the messages that were
published on or after the time that the consumer was created.

It is therefore not possible to determine how many messages are
pending with having an instance of a TopicSubscriber (or durable
subscription name).

To support non-durable subscribers, a method would need to be
added to JmsAdminServerIfc along the lines of:
int getMessageCount(MessageConsumer consumer);


----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=474139&aid=1312608&group_id=54559
Loading...