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

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

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.