AMQP (Advanced Message Queuing Protocol) हा मानक संदेश प्रोटोकॉल आहे जो RabbitMQ मुख्यतः लागू करतो — संदेश कसे स्वरूपित केले जातात आणि क्लायंट आणि ब्रोकर दरम्यान कसे विनिमय केले जातात हे परिभाषित करतो. 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
