https://github.com/KristjanTammekivi/Haredo
Node.js library for RabbitMQ
https://github.com/KristjanTammekivi/Haredo
amqp0-9-1 amqplib nodejs rabbitmq
Last synced: 2 months ago
JSON representation
Node.js library for RabbitMQ
- Host: GitHub
- URL: https://github.com/KristjanTammekivi/Haredo
- Owner: KristjanTammekivi
- Created: 2018-07-29T20:25:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-20T14:04:53.000Z (3 months ago)
- Last Synced: 2025-03-20T14:08:27.826Z (3 months ago)
- Topics: amqp0-9-1, amqplib, nodejs, rabbitmq
- Language: TypeScript
- Size: 3.58 MB
- Stars: 85
- Watchers: 1
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Haredo
This is a monorepo for Haredo. Currently contains the following packages
## Haredo
[Github link](https://github.com/KristjanTammekivi/Haredo/tree/master/packages/haredo)
The main package for Haredo, which is a RabbitMQ library for Node.js. It is a wrapper around [@cloudaqmp/amqp-client](https://www.npmjs.com/package/@cloudamqp/amqp-client) and provides a more opinionated API.
## Haredo Test Adapter
[Github link](https://github.com/KristjanTammekivi/Haredo/tree/master/packages/haredo-test-adapter)
A test adapter for Haredo. Offers a way to mock RabbitMQ in tests.