There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
This project has sample Rabbit MQ configuration. RabbitMQ can be used for Asynchronous communications. If we have to decouple the process which are tightly coupled in such a way that one process does not affect the other , we can go for Rabbit MQ. This is a practice project where one can check the transactional property of RabbitMQ. This also has some springboot handy features for injecting values from properties file. Builder pattern code has also been provided for clean code.