AMQP (Advanced Message Queuing Protocol) คือโปรโตคอลส่งข้อความมาตรฐานที่ RabbitMQ ใช้งานเป็นหลัก — โดยกำหนดว่าข้อความถูกจัดรูปแบบและแลกเปลี่ยนระหว่าง client กับ broker อย่างไร การเข้าใจ 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
