Spring AMQP 1.6.0 M1 和 1.5.4 发布,其中 1.6 版本主要改进内容包括:
A new jar spring-rabbit-test containing a test harness to help with testing @RabbitListener methods; see the testing chapter.
Multiple @RabbitListener annotations on a method (when using Java 8) and the @RabbitListeners annotation (for pre-Java 8), each allowing the same method to be the listener method for multiple listener containers.
Full support for the Delayed Message Exchange RabbitMQ plugin.
An AsyncRabbitTemplate returning ListenableFuture> for request/reply messaging.
An option to publish ApplicationEvents when listener containers go idle.
而 1.5.4.RELEASE 主要是小的 bug 修复。
软件详情:http://docs.spring.io/spring-amqp/docs/1.6.0.M1/reference/html/_introduction.html#_changes_in_1_6_since_1_5
下载地址:https://github.com/spring-projects/spring-amqp
来自:开源中国社区

