Back to Testcontainers Java

RabbitMQ Module

docs/modules/rabbitmq.md

2.0.5504 B
Original Source

RabbitMQ Module

Adding this module to your project dependencies

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

=== "Gradle" groovy testImplementation "org.testcontainers:testcontainers-rabbitmq:{{latest_version}}" === "Maven" xml <dependency> <groupId>org.testcontainers</groupId> <artifactId>testcontainers-rabbitmq</artifactId> <version>{{latest_version}}</version> <scope>test</scope> </dependency>