Fork me on GitHub

Adding RabbitMQ to QA Automation Project

Add qa-jgiven-rabbitmq dependency to your pom.xml

    <dependency>
      <groupId>dev.aherscu.qa</groupId>
      <artifactId>qa-jgiven-rabbitmq</artifactId>
      <version>...</version>
      <scope>test</scope>
    </dependency>

see tutorial #7 for a working example (requires local RabbitMQ).