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
