Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/theglenn/node-amqp

Simple AMQP implementation for nodejs
https://github.com/theglenn/node-amqp

Last synced: about 1 month ago
JSON representation

Simple AMQP implementation for nodejs

Awesome Lists containing this project

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