Integration tests with RabbitMQ

2019-07-27 22:21发布

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.

1条回答
时光不老,我们不散
2楼-- · 2019-07-27 22:53

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.

查看更多
登录 后发表回答