Skip to content

MajAhd/nodejs_rabbitmq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RabbitMQ With Nodejs

install RabbitMQ

  • docker run -d --hostname rabbitmq --name rabbitmq -p 5672:5672 -p 15672:15672 rabbitmq:3

if you need rabbitMq management

  • docker run -d --hostname rabbitmq --name rabbitmq -p 5672:5672 -p 15672:15672 rabbitmq:3-management

Welcome

  • send_welcome (./welcome) The simplest thing that does something

    • run publisher & consumer separately
  • Task Queue (./taskQueue) Work Queues with RabbitMQ

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published