0.0.1 • Published 10 years ago

backside-amqp-messenger v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

backside-amqp-messenger

Implements the messenger API using amqp.

Configuration

new AMQPMessenger("amqp://localhost:5672", [opts])

with optional options array

{
  exchangeName: "backside" // the name of the exchange
}

Configuration via environemt variables

RABBITMQ_URL=amqp://localhost:5672
RABBITMQ_EXCHANGE=backside # name of the exchange to use