AMQP (Advanced Message Queuing Protocol) is het standaard berichtenprotocol dat RabbitMQ primair implementeert — het definieert hoe berichten worden opgemaakt en uitgewisseld tussen clients en de broker. Het begrijpen van AMQP verduidelijkt het protocol dat aan RabbitMQ ten grondslag ligt.
Wat AMQP is
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
