AMQP · Example Payload

Amqp Message Properties Example

AMQPAsynchronousMessage QueueMessagingMiddlewareOpen StandardPublish Subscribe

Amqp Message Properties Example is an example object payload from AMQP, with 14 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

contentTypecontentEncodingheadersdeliveryModeprioritycorrelationIdreplyToexpirationmessageIdtimestamptypeuserIdappIdclusterId

Example Payload

Raw ↑
{
  "contentType": "topic",
  "contentEncoding": "application/json",
  "headers": {},
  "deliveryMode": 1,
  "priority": 37,
  "correlationId": "500123",
  "replyTo": "example_value",
  "expiration": "example_value",
  "messageId": "500123",
  "timestamp": 628,
  "type": "topic",
  "userId": "500123",
  "appId": "500123",
  "clusterId": "500123"
}