AMQP (Advanced Message Queuing Protocol) ist das Standard-Messaging-Protokoll, das RabbitMQ primär implementiert — es definiert, wie Nachrichten formatiert und zwischen Clients und dem Broker ausgetauscht werden. Das Verständnis von AMQP verdeutlicht das Protokoll, das RabbitMQ zugrunde liegt.
Was AMQP ist
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
