This article shows how to force update an ActiveMQ Manager using the REST API.
Force Update ActiveMQ Manager
PATCH /activemq/managers/{nodeName}/{managerName}/force-update
Forces an update of the specified ActiveMQ Manager.
curl -X 'PATCH' \ 'http://<hostname>:8019/rest/v1/activemq/managers/CMACTIVEMQ/Activemq-server/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 – Object successfully updated.
304 Not Modified – No changes made.
* – Error occurred.
Response Header
204 No Content: Object successfully updated.
access-control-allow-credentials: true access-control-allow-origin: http://<hostname>:8019 date: Fri,26 Sep 2025 11:58:16 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