This article shows how to retrieve details of a specific ActiveMQ Producer Data using the REST API.
Read ActiveMQ Producer Data
GET /activemq/producers/{nodeName}/{managerName}/{brokerName}/{producerName}
Retrieves details of a specific ActiveMQ Producer Data.
Example Request
curl -X 'GET' \ 'http://<hostname>:8019/rest/v1/activemq/producers/CMACTIVEMQ/Cloudactmq/JKMessageBus/ID%3AVinay-PC-58417-1760097357526-13%3A1%3A1%3A1' \
-H 'accept: application/json' \ -H 'Authorization: Basic QWRtaW46YWRtaW4='
Query Parameters
| Parameter | Type | Description |
|---|---|---|
attributes |
string | A comma-separated list of attributes or attribute sections to retrieve. |
validateAccessForUser |
string | Validate endpoint access for user. |
Response Codes
200– Returns matching object – Producer Data retrieved successfully.*– Error response, returnsErrorPojo.
Example Response
200 – Returns matching object – Producer Data retrieved successfully.
{
"wgsName": "MQM",
"nodeName": "CMACTIVEMQ",
"managerName": "Cloudactmq",
"brokerName": "JKMessageBus",
"producerName": "ID:Vinay-PC-58417-1760097357526-1:1:1:1"
}