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
