Simple RabbitMQ "Hello world" application using Spring Boot 2.0 with Kotlin
docker-compose up
http POST :8080/person/john
Start the dependencies needed
docker-compose up rabbit consumer
Run module you which to develop/debug, possible using your favorite IDE
./gradlew producer:bootRun
The above is for working with the producer.