1.0.2 • Published 2 years ago

hermesjs-amqp v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
2 years ago

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)

1.0.2

2 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.5.0

7 years ago

0.4.0

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago