AMQP (Advanced Message Queuing Protocol) huwa l-protokoll standard ta' messaging li RabbitMQ primjarjament jimplimenta — jiddefinixxi kif il-messaggi jiġu ffurmati u skambjati bejn il-klijenti u l-broker. Il-fehim ta' AMQP jikkjarifika l-protokoll sottostanti ta' RabbitMQ.
X'inhu 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
