Apache ActiveMQ · Example Payload

Rest Jolokia Response Example

AMQPApacheJavaJMSMessage BrokerMessagingMQTTOpen SourceSTOMP

Rest Jolokia Response Example is an example object payload from Apache ActiveMQ, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestvaluetimestampstatus

Example Payload

Raw ↑
{
  "request": {
    "type": "read",
    "mbean": "org.apache.activemq:type=Broker,brokerName=localhost",
    "attribute": "TotalConsumerCount"
  },
  "value": 3,
  "timestamp": 1718153645,
  "status": 200
}