nestjs-rmq
Message broker
Library that provides an implementation of RabbitMQ and AMQP messaging in NestJS microservices
A custom library for NestJS microservice. It allows you to use RabbitMQ or AMQP.
294 stars
8 watching
40 forks
Language: TypeScript
last commit: 5 months ago
Linked from 1 awesome list
amqpjavascriptmicroservicesnestjsnodejsrabbitmqtypescript
Related projects:
Repository | Description | Stars |
---|---|---|
nestjsx/nestjs-amqp | Provides a basic connection to RabbitMQ for building microservice transport using TypeScript. | 190 |
ruby-amqp/bunny | A Ruby client for RabbitMQ message broker with focus on ease of use and minimal dependencies. | 1,390 |
apache/activemq-nms-amqp | Enables .NET developers to connect to message brokers using the AMQP 1.0 standard wireline protocol | 52 |
ruby-amqp/march_hare | A JRuby client for RabbitMQ messaging system | 97 |
alanxz/rabbitmq-c | A C-language client library for connecting to RabbitMQ message broker using the AMQP protocol | 1,774 |
pardahlman/rawrabbit | A modern .NET framework for communication over RabbitMQ with a modular design and middleware-oriented architecture. | 747 |
pma/amqp | Provides an Elixir client for the RabbitMQ message broker | 681 |
nebo15/rbmq | Provides an easy-to-use API for spawning RabbitMQ producers and consumers. | 21 |
smrchy/rsmq | A lightweight message queue for Node.js using Redis as the underlying storage | 1,758 |
pasalino/nestjs-rabbitmq-transporter-graceful-shutdown | Ensures RabbitMQ message handlers finish execution before server shutdown in NestJS microservices | 32 |
apache/rocketmq-clients | A collection of client libraries for Apache RocketMQ, providing standardized interfaces for various programming languages. | 330 |
vert-x3/vertx-rabbitmq-client | A client library for interacting with RabbitMQ brokers from Vert.x applications | 73 |
jakubkulhan/bunny | A PHP library that provides an idiomatic interface to connect to RabbitMQ using AMQP protocol | 705 |
php-amqplib/thumper | A PHP library implementing several messaging patterns for RabbitMQ to facilitate message queuing and exchange of messages between systems. | 276 |
squaremo/rabbit.js | A simple API for messaging in Node.JS using RabbitMQ as the backend. | 1,517 |