1.0.1 • Published 10 years ago

rabbit-mq-json-messager v1.0.1

Weekly downloads
3
License
MIT
Repository
-
Last release
10 years ago

RabbitMQ JSON Messager Build Status

This library helps you to handle all messages have been published in the host and the channel which you have defined.

$ npm install rabbit-mq-json-messager --save

Configurations

AMQP_HOSTNAME=amqp://localhost
AMQP_CHANNEL=hello

Usage

var amqp = require('amqplib/callback_api');
var rabbitMq = new RabbitMQ(amqp, function (message) {
  console.log(message);
});
1.0.1

10 years ago

1.0.0

10 years ago