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...")
 
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

Revision as of 13:32, 9 December 2014

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