AMQP is an open messaging standard. It defines a wire-level protocol and semantic framework for high performance enterprise messaging. If you're using a specific broker (ex: [rabbitmq]) then the AMQP tag may be redundant. AMQP should not be confused with Apache[ActiveMQ]
AMQP is an open messaging standard. It defines a wire-level protocol and semantic framework for high performance enterprise messaging. Unlike API-only standards like JMS, AMQP enables complete interoperability for messaging middleware as both the networking protocol and the semantics of broker services are defined.
Resources