AMQP 0-9-1 operation binding
Contains information about the operation representation in AMQP.
Structure
Examples
json
{
"expiration": 100000,
"userId": "guest",
"cc": [
"user.logs"
],
"priority": 10,
"deliveryMode": 2,
"mandatory": false,
"bcc": [
"external.audit"
],
"timestamp": true,
"ack": false,
"bindingVersion": "0.3.0"
}
Migration guide
Removed
replyTo
json
{
"replyTo": {
"type": "string",
"description": "Name of the queue where the consumer should send the response."
}
}