Thing ยท MQTT Client 2.0.0
JMS Connector
Connects the agent to an ActiveMQ Artemis-compatible JMS broker for queue consumers and message-producing actions.
// Configuration
Connection and security
| Parameter | Description | Default |
|---|---|---|
| Host / port | Broker network address and TCP port. | localhost / 61616 |
| SSL | Enables TLS. Optionally select a JKS keystore and password. | false |
| mTLS authentication | Uses the selected client certificate for authentication. | false |
| Client authentication | Enables username/password authentication when mTLS is not used. | false |
| Client ID | Optional JMS client identifier. | Empty |
| Queue name | Default queue used by child Tasks and Actions. | Required |
| Connection timeout | Connection timeout from 1 to 60 seconds. | 10 sec |
// Use cases
LAN
Local Artemis broker
Use localhost:61616 with the Artemis MQ Server Thing on the same agent.
TLS
Secure remote broker
Enable TLS and configure password or mTLS authentication for cross-host traffic.