Testing spring boot apps with RabbitMQ using testcontainers
In this article I want to show you how to test a spring-boot application that sends and consumes messages from RabbitMQ queues. RabbitMQ is an open-source message-broker software that supports the Advanced Message Queuing…