0.0.1 • Published 4 years ago

@rentassist/transport v0.0.1

Weekly downloads
-
License
ISC
Repository
bitbucket
Last release
4 years ago

Rent Assist - Transport Layer

Using this library

  1. Initialise a connection

  2. Register the exchange

  3. Register the queue

  4. bindQueue to the exhange

  5. Send Message

Running Tests

npm test

To run the tests RabbitMQ is required. Either install it with your package manager, or use docker to run a RabbitMQ instance.

docker run -d --name amqp.test -p 5672:5672 rabbitmq
0.0.1

4 years ago