AMQP (Advanced Message Queuing Protocol) è il protocollo di messaggistica standard che RabbitMQ implementa principalmente — definendo come i messaggi vengono formattati e scambiati tra client e broker. Comprendere AMQP chiarisce il protocollo sottostante a RabbitMQ.
Che cos'è 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
