Skip to content

RabbitMQ Module

Adding this module to your project dependencies

Add the following dependency to your pom.xml/build.gradle file:

testImplementation "org.testcontainers:rabbitmq:1.21.3"
<dependency>
    <groupId>org.testcontainers</groupId>
    <artifactId>rabbitmq</artifactId>
    <version>1.21.3</version>
    <scope>test</scope>
</dependency>