Skip to content
/ mqdemo Public

Demo of simple microservices structure with MQ broker

Notifications You must be signed in to change notification settings

gurman/mqdemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published