Difference between revisions of "AMQP"

From air
Jump to navigation Jump to search
(Created page with "http://www.amqp.org/ ''The Advanced Message Queuing Protocol (AMQP) is an open standard for passing business messages between applications or organizations. It connects syst...")
 
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:
   
 
=Products=
 
=Products=
  +
==Brokers==
 
* [[RabbitMQ]]
 
* [[RabbitMQ]]
 
* [[JORAM]]
 
* [[JORAM]]
  +
  +
  +
http://www.amqp.org/about/examples
  +
  +
==Client Library==
  +
* [[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