publish_message
Publish a message to a specified ActiveMQ topic using a given connection ID, with optional headers to enrich the message content.
Instructions
Publish a message to a topic
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| headers | No | Optional message headers | |
| message | Yes | Message content to publish | |
| topicName | Yes | Name of the topic to publish to | |
| connectionId | Yes | ID of the connection |