backside-amqp-messenger

0.0.1 • Public • Published

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

Package Sidebar

Install

npm i backside-amqp-messenger

Weekly Downloads

3

Version

0.0.1

License

MIT

Last publish

Collaborators

  • addisonj
  • trevordixon