This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

rabbit-mq-json-messager

1.0.1 • Public • Published

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);
});

Readme

Keywords

none

Package Sidebar

Install

npm i rabbit-mq-json-messager

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • ozziest