This article shows how to start a specific ActiveMQ connection using the REST API.
Start ActiveMQ Connection
POST /activemq/connections/{nodeName}/{managerName}/{brokerName}/{connectionName}/start
Starts a specific ActiveMQ connection.
Example Request
curl -X 'POST' \ 'http://<hostname>:8019/rest/v1/activemq/connections/CMACTIVEMQ/Cloudactmq/JKMessageBus/DurableClient/start' \ -H 'accept: */*' \ -H 'Authorization: Basic QWRtaW46YWRtaW4=' \ -d ''
Query Parameters
| Parameter | Type | Description |
|---|---|---|
jobDate | integer | Schedule job date (Unix Timestamp). |
jobTags | string | Comma-separated list of job tags (used only with jobDate). |
validateAccessForUser | string | Validate endpoint access for user. |
Response Codes
201 Object created – Connection started successfully.
304 Action failed – No change applied.
* – Error response, returns
ErrorPojo.
Response Header
201 Object created – Connection started successfully.
access-control-allow-credentials: true access-control-allow-origin: http://<hostname>:8019 content-length: 0 date: Tue,30 Sep 2025 10:44:59 GMT server: Jetty(10.0.22) vary: Origin