AMQP 0-9-1 operation binding
Contains information about the operation representation in AMQP.
Structure
{
$schema:"http://json-schema.org/draft-07/schema#"
$id:"http://asyncapi.com/bindings/amqp/0.3.0/operation.json"
title:"AMQP operation bindings object"
description:"This object contains information about the operation representation in AMQP."
type:"object"
additionalProperties:false
patternProperties:{...}
properties:{...}
examples:[...]
}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."
}
}