4.0.3 • Published 2 years ago

@tabit/rabbitmq v4.0.3

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

opinionated amqplib wrapper for Rabbit MQ

Why opinionated? Unless told otherwise, will:

  • always set a default prefetch of 100
  • always publish messages as persistent (and leave the amqplib default of setting all queues as durable)
  • consumer-friendly request-reply-queue implementation
  • and more...

Tracing:

  • To enable all traces, set the DEBUG environment variable to tabit:infra:rabbit:*
  • Additional more specific traces are also available (e.g., tabit:infra:rabbit:topology, etc)

Running tests:

Either use the available docker-compose to run on a container, OR

Install dependencies locally:

Then run mocha ./test

4.0.3

2 years ago

4.0.2

3 years ago

4.0.1

3 years ago

4.0.0

3 years ago

3.2.0

3 years ago

3.1.0

3 years ago

3.0.1

3 years ago

3.0.0

3 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago