Search code examples
rabbitmqintegration-testingamqpspring-amqpqpid

Integration tests with RabbitMQ


Currently i'm working on some Spring Boot 2.x application interacting w/ RabbitMQ. I'd like to create an integration test to test the whole app. logic, including interaction w/ Rabbit. So far i need a light-weight stand-alone implementation of AMQP standart to make Spring Boot work w/ it, including sending & receiving messages. I had a look at Qpid sample here but it needs RabbitMQ running somewhere what is not very good for my IT. Are there some another mature light-weight stand-alone AMQP implementations?

Thanx in advance for any assist.


Solution

  • From Gary Russel comment:

    I got it working ok with QPID 6.1.6 while answering this question. I never figured out how to launch a 7.0.x embedded broker. I put the project for that answer in my sandbox.