1.3 Topic Browsing - jmstoolbox/jmstoolbox GitHub Wiki

Topic "browsing"

Due to the nature of JMS topics, it is not possible to "browse" a topic and list the messages from a topic.
JMSToolBox allows to subscribe to a topic and capture the messages published to that topic.
When double clicking on a topic in the session tree browser, JMSToolBox will start a "JMS MessageListener" on the Topic and start to capture the messages post to that topic.
JMSToolBox will display the message in reverse order in the message browser. Only the latest messages will be kept in the browser. The number of message kept by JMSToolBox is configured in the Topic Viewer
It is possible to start or stop (ie pause) the MessageListener on demand. Obviously messages are only captured when the listener is running.