Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 634 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 634 Bytes

RabbitMQ tutorial

Example code for RabbitMQ tutorial

Contents:

  • Tests which are actually a running examples from tutorials
  • Docker compose running official RabbitMQ image
  • Schema for RabbitMQ automatically

How to run project

  • docker-compose up will run RabbitMQ server with management console. When server is running, you can log in with credentials guest/guest under the address http://localhost:8080/
  • Run individual test from package pl.grandys.rabbitmq and observe different behaviours in the console logs