test_connection
Verify connectivity to an ActiveMQ broker by checking host and port reachability, with optional authentication.
Instructions
Test connectivity to an ActiveMQ broker
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | ActiveMQ broker hostname or IP address | localhost |
| port | Yes | ActiveMQ web console port | |
| password | No | Password for authentication (optional) | |
| username | No | Username for authentication (optional) |