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.1.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"
],
"replyTo": "user.signedup",
"timestamp": true,
"ack": false,
"bindingVersion": "0.1.0"
}
Changelog
Good news, nothing was changed