AMQP

AMQP #

AMQP

AMQP, or Advanced Message Queuing Protocol, is a standardized messaging protocol designed for exchanging messages between applications or services. It enables reliable communication across different platforms and languages, facilitating the building of distributed systems. AMQP defines a set of rules and formats for message queuing, ensuring interoperability and scalability in complex network environments.

Some of the most commonly used AMQP products include RabbitMQ, Apache Qpid, ActiveMQ and others.

FeatureProtocol specifics
Protocol keyamqp
ChannelExchange
ChannelQueue
ServerAMQP server
EnvelopeAMQP Message

Protocol bindings are described in https://github.com/asyncapi/bindings/blob/master/amqp/README.md