AMQP (Advanced Message Queuing Protocol) Subscribe
AMQP is a binary, application layer protocol, designed to efficiently support a wide variety of messaging applications and communication patterns. RabbitMQ is the AMQP server for Linux. AMQP creates full functional interoperability between conforming clients and messaging middleware servers (also called "brokers").  It provides flow control, message-oriented communication. It uses the reliable TCP protocol.