subscribe_topic
Subscribe to an ActiveMQ topic to receive messages in real time. Configure the connection, topic name, timeout, and maximum number of messages to retrieve published content for your application.
Instructions
Subscribe to a topic and receive messages
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | Timeout in milliseconds to wait for messages | |
| topicName | Yes | Name of the topic to subscribe to | |
| maxMessages | No | Maximum number of messages to receive | |
| connectionId | Yes | ID of the connection |