I have developed an application with multiple producers & consumers using Spring boot & RabbitMQ. Application is working fine without any issues, but still i want to do unit testing & integration testing.I browsed google but no luck not getting solid use case to do testing Spring boot & rabbitMQ together.
So i would like to know which tool is best suitable for testing Spring Boot & RabbitMQ(atleast a hint of how to write a test case is appreciable)? I saw similar stackoverflow post but didn't get solution.Your help should be appreciated.