connect_broker
Establishes a connection to an ActiveMQ broker using manually provided host, port, and authentication details, with configurable reconnection attempts to ensure reliable message broker access.
Instructions
Connect to an ActiveMQ broker with manual configuration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | ActiveMQ broker hostname or IP address | localhost |
| port | No | ActiveMQ web console port | |
| password | No | Password for authentication (optional) | |
| username | No | Username for authentication (optional) | |
| connectionId | Yes | Unique identifier for the connection | |
| reconnectDelay | No | Delay between reconnection attempts in milliseconds | |
| maxReconnectAttempts | No | Maximum number of reconnection attempts |