Example code for RabbitMQ tutorial
- Tests which are actually a running examples from tutorials
- Docker compose running official RabbitMQ image
- Schema for RabbitMQ automatically
docker-compose up
will run RabbitMQ server with management console. When server is running, you can log in with credentialsguest/guest
under the address http://localhost:8080/- Run individual test from package
pl.grandys.rabbitmq
and observe different behaviours in the console logs