This article shows how to force an update of an ActiveMQ producer using the REST API.
Force Update ActiveMQ Producer
PATCH /activemq/producers/{nodeName}/{managerName}/{brokerName}/{producerName}/force-update
Force an update of an ActiveMQ producer.
Example Request
curl -X 'PATCH' \
'http://<hostname>:8019/rest/v1/activemq/producers/CMACTIVEMQ/Cloudactmq/JKMessageBus/ID%3AVinay-PC-58417-1760097357526-13%3A1%3A1%3A1'/force-update' \
-H 'accept: */*' \
-H 'Authorization: Basic QWRtaW46YWRtaW4='
Query Parameters
validateAccessForUser(string) – Validate endpoint access for user.
Response Codes
204– bject successfully updated.304– No changes were applied.*– Error response.
Response Header
204 No Content: Object successfully updated
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