Skip to content

We build a Producer and a Consumer that communicate through RabbitMQ in NestJs. We learn how to implement both event driven and RPC solutions

Notifications You must be signed in to change notification settings

charbelh3/NestJs-Microservice-RabbitMQ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

We build a Producer and a Consumer that communicate through RabbitMQ in NestJs. We learn how to implement both event driven and RPC (Remote Procedure Call) solutions.

The "producer" project exposes 2 APIs, which will send messages to rabbitMQ (either emit an event, or send a message and wait for a reply).

The "consumer" project is a microservice application that is connected to the same rabbitMQ server. It consumes messages from the "orders-queue" queue, and handles them based on their pattern.

About

We build a Producer and a Consumer that communicate through RabbitMQ in NestJs. We learn how to implement both event driven and RPC solutions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published