This article shows how to force an update of an ActiveMQ connection using the REST API.
Force Update Connection
PATCH /activemq/connections/{nodeName}/{managerName}/{brokerName}/{connectionName}/force-update
Force an update of an ActiveMQ connection.
Example Request
curl -X 'PATCH' \
'http://<hostname>:8019/rest/v1/activemq/connections/CMACTIVEMQ/Cloudactmq/JKMessageBus/DurableClient/force-update' \
-H 'accept: */*' \
-H 'Authorization: Basic QWRtaW46YWRtaW4='
Query Parameters
validateAccessForUser(string) – Validate endpoint access for user.
Response Codes
204– Object changed.304– Object not changed.*– Error response.
Response Header
204 – Object changed.
access-control-allow-credentials: true
access-control-allow-origin: http://<hostname>:8019
date: Fri,10 Oct 2025 11:05:51 GMT
server: Jetty(10.0.22)
vary: Origin