hermesjs-amqp

1.0.2 • Public • Published

hermesjs-amqp

AMQP adapter for HermesJS.

Installing

npm install hermesjs-amqp

Example

const Hermes = require('hermesjs');
const AmqpAdapter = require('hermesjs-amqp');

const app = new Hermes();

app.addAdapter(AmqpAdapter, {
  topics: ['trip.requested', 'trip.changed'],
  exchange: 'test',
});

See a working example here.

Author

Fran Méndez (fmvilas.com)

/hermesjs-amqp/

    Package Sidebar

    Install

    npm i hermesjs-amqp

    Weekly Downloads

    24

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    7.69 kB

    Total Files

    8

    Last publish

    Collaborators

    • fmvilas
    • hitch