Difference between revisions of "AMQP"

From air
Jump to navigation Jump to search
m (Donsez moved page AMPQ to AMQP)
 
Line 13: Line 13:
 
==Client Library==
 
==Client Library==
 
* [[Node.js]] https://github.com/postwait/node-amqp
 
* [[Node.js]] https://github.com/postwait/node-amqp
  +
* [[Node-RED]] http://flows.nodered.org/node/node-red-contrib-amqp

Latest revision as of 16:47, 29 January 2016

http://www.amqp.org/

The Advanced Message Queuing Protocol (AMQP) is an open standard for passing business messages between applications or organizations. It connects systems, feeds business processes with the information they need and reliably transmits onward the instructions that achieve their goals.

Products

Brokers


http://www.amqp.org/about/examples

Client Library