AMQP · Schema

AMQP Binding

Schema describing an AMQP 0-9-1 binding. Bindings are rules that exchanges use to route messages to queues. A binding links a queue to an exchange with a routing key and optional arguments for headers-based matching.

AMQPAsynchronousMessage QueueMessagingMiddlewareOpen StandardPublish Subscribe

Properties

Name Type Description
source string The name of the exchange from which messages are routed.
destination string The name of the queue or exchange to which messages are routed.
destinationType string Whether the destination is a queue or an exchange.
routingKey string The routing key for the binding. For topic exchanges, supports wildcards: * matches one word, # matches zero or more words.
arguments object Optional arguments for the binding. Used primarily with headers exchanges for matching on message header values.
View JSON Schema on GitHub