This article shows how to force update the configuration of a specific ActiveMQ broker using the REST API.
Force Update ActiveMQ Broker
PATCH /activemq/brokers/{nodeName}/{managerName}/{brokerName}/force-update
Forces an update of a specific ActiveMQ broker.
Example Request
curl -X 'PATCH' \ 'http://<hostname>:8019/rest/v1/activemq/brokers/CMACTIVEMQ/Activemq-server/DemoBroker/force-update' \ -H 'accept: */*' \ -H 'Authorization: Basic QWRtaW46YWRtaW4='
Query Parameters
| Parameter | Type | Description |
|---|---|---|
validateAccessForUser |
string | Validate endpoint access for user. |
Response Codes
204 No Content – Broker updated successfully.
304 Not Modified – No changes applied.
* – Error response, returns
ErrorPojo.
Response Header
204 No Content – Broker updated successfully.
access-control-allow-credentials: true
access-control-allow-origin: http://<hostname>:8019
date: Tue,30 Sep 2025 08:05:09 GMT
server: Jetty(10.0.22)
vary: Origin
Reference Articles
Using the REST API using the Navigator demo system
Performing REST API operations using the Swagger UI