This article shows how to force an update of an ActiveMQ queue using the REST API.
Force Update Queue
PATCH /activemq/queues/{nodeName}/{managerName}/{brokerName}/{queueName}/force-update
Force an update of an ActiveMQ queue.
Example Request
curl -X 'PATCH' \ 'http://<hostname>:8019/rest/v1/activemq/queues/CMACTIVEMQ/Activemq-server/DemoBroker/iss/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: Wed,24 Sep 2025 11:02:29 GMT
server: Jetty(10.0.22)
vary: Origin