Skip to content
Travis Webb edited this page May 9, 2015 · 5 revisions

RabbitMQ Adapter

A. Get Started

  1. Install npm Module
  2. Configure Adapter Connection(s)
  3. Configure AMQP Exchanges

B. Usage

C. Learn more about AMQP

What is AMQP?

AMQP (Advanced Message Queuing Protocol) is a networking protocol that enables conforming client applications to communicate with conforming messaging middleware brokers.

Concepts

  • Exchanges
    • Exchanges take a message and route it into zero or more queues.
  • Queues
    • Queues store messages that are consumed by applications
  • Bindings
    • Bindings are rules that exchanges use (among other things) to route messages to queues