Skip to content

Sample project to understand the working of dead letter exchange in rabbitmq

Notifications You must be signed in to change notification settings

fenil3357/Dead-Letter-Exchange-RabbitMq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dead-Letter-Exchange-RabbitMq

Setup

Start RabbitMq

docker run -it --rm --name rabbitmq -p 5672:5672 -p 15672:15672 rabbitmq:4.0-management

Clone the Repo and install the deps

git clone https://github.com/fenil3357/Dead-Letter-Exchange-RabbitMq.git

cd Dead-Letter-Exchange-RabbitMq

npm install

Run the consumer and producer

node consumer
node producer

About

Sample project to understand the working of dead letter exchange in rabbitmq

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published