AMQP (Advanced Message Queuing Protocol) είναι το πρότυπο πρωτόκολλο ανταλλαγής μηνυμάτων που το RabbitMQ υλοποιεί κυρίως — ορίζοντας πώς μορφοποιούνται τα μηνύματα και ανταλλάσσονται μεταξύ πελατών και του broker. Η κατανόηση του AMQP διευκρινίζει το πρωτόκολλο που είναι η βάση του RabbitMQ.
Τι είναι το 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
