Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MQDemo

Demo of simple microservices structure with MQ broker

Requirements

  • Docker 1.13.1+
  • Docker Compose

Install

docker-compose up -d --scale consumer2=3

How to use

  1. Go to http://localhost/ - publisher service will send message to broker. Then services consumer1 and consumer2 will receive and log that message.
  2. Check docker-compose logs consumer1 consumer2 from the host.

Also you can check queues: docker exec -it mqdemo_mq_1 rabbitmqctl list_queues

About

Demo of simple microservices structure with MQ broker

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages