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
