backside-amqp-messenger
v0.0.1
Published
Messaging backend for backside powered by amqp
Downloads
2
Readme
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