AMQP · JSON Structure
Amqp Exchange Structure
Schema describing an AMQP 0-9-1 exchange. Exchanges receive messages from producers and route them to queues based on the exchange type and binding rules. The four standard exchange types are direct, topic, fanout, and headers.
AMQPAsynchronousMessage QueueMessagingMiddlewareOpen StandardPublish Subscribe
AMQP Exchange is a JSON Structure definition published by AMQP, describing 6 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
name
type
durable
autoDelete
internal
arguments
Meta-schema: https://json-structure.org/meta/core/v0/#