system
March 19, 2012, 3:10pm
1
Does anyone know if there is an AMPQ client for Arduino? I'm looking for something very basic - just the ability to send messages would be more than enough.
The Advanced Message Queuing Protocol (AMQP) is an open standard application layer protocol for message-oriented middleware. The defining features of AMQP are message orientation, queuing, routing (including point-to-point and publish-and-subscribe), reliability and security.
AMQP mandates the behavior of the messaging provider and client to the extent that implementations from different vendors are interoperable, in the same way as SMTP, HTTP, FTP, etc. have created interoperable systems. Pre...