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
