Tradeshift / spring-rabbitmq-tuning

This library makes it easy to configure RabbitMQ for use with Spring
MIT License
43 stars 26 forks source link

Adding support to version 2.2.x.RELEASE #40

Closed juliofalbo closed 4 years ago

juliofalbo commented 4 years ago

Now, this library will support version 2.2.x.RELEASE of Spring Boot.

Basicaly the only change was in the RabbitListener annotation that now has 2 more parameters:

See more: https://docs.spring.io/spring-amqp/reference/html/#_rabbitlistener_changes

Issue: https://github.com/Tradeshift/spring-rabbitmq-tuning/issues/26

juliofalbo commented 4 years ago

@romulojales