browse_messages
Browse messages in an ActiveMQ queue without consuming or removing them, using a connection ID and queue name to retrieve up to a specified limit of messages for inspection.
Instructions
Browse messages in a queue without consuming them
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of messages to retrieve | |
| queueName | Yes | Name of the queue to browse | |
| connectionId | Yes | ID of the connection |