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

https://github.com/jpb06/node-message-broker

A little module made to make rabbitmq message broker use easier
https://github.com/jpb06/node-message-broker

message-broker rabbitmq typescript

Last synced: about 2 months ago
JSON representation

A little module made to make rabbitmq message broker use easier

Awesome Lists containing this project

README

          

Queuing lib for dowpro ladder

# Purpose

Mainly some code factorization package for dowpro-replays-watcher-api & crevette-bot-ts.

# Environment

- Targeted for node.js.
- Typescript superset for coding.
- Rabbitmq for queuing purposes.

# Version history

* 0.0.1 : Library creation.
* 0.0.2 : Adding declaration types to package.json.
* 0.0.3 : Incorrect export for config logic..
* 0.0.4 : Fixing popFrom function: now accepting a callback function.
* 0.0.5 : Minor change in config interface.
* 0.0.6 : Connection should be closed after we're done doing whatever we are doing. |:
* 0.0.7 : Fixing package description & properly awaiting for consumption and connection close.
* 0.0.8 : properly awaiting for consumption and connection close.
* 0.0.9 : Not closing for popfrom.
* 0.1.0 : Letting caller specify if connection should be closed or not.