AMQP (Advanced Message Queuing Protocol) standard messaging protocol है जिसे RabbitMQ मुख्य रूप से implement करता है — यह परिभाषित करता है कि messages को कैसे format किया जाता है और clients तथा broker के बीच कैसे exchange किया जाता है। AMQP को समझना RabbitMQ के अंतर्निहित protocol को स्पष्ट करता है।
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
