...
The Queue Browser allows you to connect to a JMS broker to retrieve the list of queues provided by that broker and show the messages currently sitting on each queue. You can see the headers as well as the message contents. The Queue Browser also lets you delete messages off the queues.This This feature provides visibility into (and control over) the messages present on queues, which is helpful when analyzing the interaction between the test scenarios and the system under test.You can:
...
You can explore the queue as follows:
| To achieve this... | Do this... |
|---|---|
| See the available queues | Review the box in the top left of the view |
| See all messages on a given queue | Select that queue |
| See the contents of a given message | Select that message |
| Remove a message from the queue | Right-click that message, then choose Delete Message |