Implement QueueBrowser
----------------------
Key: AMQCPP-129
URL: https://issues.apache.org/activemq/browse/AMQCPP-129
Project: ActiveMQ C++ Client
Issue Type: New Feature
Reporter: Albert Strasheim
Assignee: Nathan Mittler
Priority: Minor
Fix For: 2.2
>From the JMS 1.1 spec:
5.9 QueueBrowser
A client uses a QueueBrowser to look at messages on a queue without removing
them. A QueueBrowser can be created from a Session or a QueueSession.
The browse methods return a java.util.Enumeration that is used to scan the
queue's messages. It may be an enumeration of the entire content of a queue,
or it may contain only the messages matching a message selector.
Messages may be arriving and expiring while the scan is done. JMS does not
require the content of an enumeration to be a static snapshot of queue content.
Whether these changes are visible or not depends on the JMS provider.
I think I might tackle this in a few weeks' time.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.