AMQP (Advanced Message Queuing Protocol) est le protocole de messagerie standard que RabbitMQ implémente principalement — définissant comment les messages sont formatés et échangés entre les clients et le broker. Comprendre l'AMQP clarifie le protocole sous-jacent à RabbitMQ.
Qu'est-ce que l'AMQP
AMQP = a standardized, open PROTOCOL for message-oriented middleware:
→ defines the format of messages and the rules for exchanging them (between clients and
brokers)
→ an open standard → interoperability (different clients/brokers can communicate)
→ RabbitMQ's primary protocol (AMQP 0-9-1) → the model of exchanges, queues, bindings is
AMQP's model
→ AMQP is the protocol; RabbitMQ is a broker that implements it
