Spring Boot RabbitMQ Messaging
This is a Spring Boot RabbitMQ example to demonstrate how we can marshall and convert the RabbitMQ message string to Java domain object based on the binding key using MessageConverter
Running the app
1- Start the docker compose file
docker-compose up
2- Run the app
./gradlew bootRun
3- Access and Check RabbitMQ
Once the application starts successfully, open browser and execute the below url
http://localhost:15672/
Check if you are able to see the exhange declaraions like as shown below
Check if you are able to see the queue declaraions like as shown below
4- Access Swagger UI
Open browser and execute the below url
http://localhost:8080/swagger-ui.html
You can see the swagger ui like as shown below
License
See LICENSE file.