This article shows how to force update an ActiveMQ Dynamic Producer using the REST API.
Force Update ActiveMQ Dynamic Producer
PATCH /activemq/dynamic-producers/{nodeName}/{managerName}/{brokerName}/{dynamicProducerName}/force-update
Forces an update of a specific ActiveMQ Dynamic Producer.
Example Request
curl -X 'PATCH' \
'http://<hostname>:8019/rest/v1/activemq/dynamic-producers/CMACTIVEMQ/Cloudactmq/JKMessageBus/ID%3Ameshiq-activemq-77f4f88ddc-411cf-38593-17599949796685-4%3A3%3A1%3A1%3A1/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 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,26 Sep 2025 13:44:43 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