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
- Host: GitHub
- URL: https://github.com/jpb06/node-message-broker
- Owner: jpb06
- Created: 2019-06-15T16:10:12.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T20:34:12.000Z (over 4 years ago)
- Last Synced: 2025-01-12T09:28:46.709Z (over 1 year ago)
- Topics: message-broker, rabbitmq, typescript
- Language: TypeScript
- Homepage:
- Size: 763 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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.