hermesjs-amqp

v1.0.2
AMQP adapter for HermesJS
amqp hermes hermesjs adapter

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)

npm i hermesjs-amqp

Metadata

  • MIT
  • Whatever
  • Fran Mendez
  • released 12/9/2021

Downloads

Maintainers