AMQP · Example Payload

Amqp Binding Example

AMQPAsynchronousMessage QueueMessagingMiddlewareOpen StandardPublish Subscribe

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

Top-level fields

sourcedestinationdestinationTyperoutingKeyarguments

Example Payload

Raw ↑
{
  "source": "example_value",
  "destination": "example_value",
  "destinationType": "queue",
  "routingKey": "orders.created",
  "arguments": {
    "x-match": "all"
  }
}