amqp-node-lib
v0.0.1
Published
A simple AMQP client for Node.js
Downloads
1
Readme
Running tests
pnpm test
To run the tests, you will need RabbitMQ. You can either install it using your package manager or use [docker][] to run a RabbitMQ instance. docker run -d --name amqp.test -p 5672:5672 rabbitmq