connect_from_config
Establish a connection to an ActiveMQ broker using a pre-defined configuration from the config file, optionally assigning a custom connection ID for later reference and management.
Instructions
Connect to an ActiveMQ broker using a named configuration from config file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| configName | No | Name of the connection configuration (defaults to 'default' if not provided) | default |
| connectionId | No | Custom ID for this connection (optional, will use configName if not provided) |