Spring AMQP 2.0.3 和 1.7.7 发布,包含大量更新。
2.0.3 更新:
6dc3228 Fix serial compiler warning on new exception
2180db2 Align versions with Boot/Platform.Cairo
44dcb37 Upgrade to SF-5.0.5
92d9d11 AMQP-809: Fix typo in the amqp.adoc
19513e6 GH-723 : Add AmqpResourceNotAvailableException ( #737 )
9e3e5b6 Remove @override from the RabbitAdmin.initialize
80fd0fd GH-734 : Option to suppress declaring Collections
8e9fee7 GH-730 : Fix NPE in the MessageProperties
fdd98d5 AMQP-805: protected postProcessMessageBeforeSend
f8de68e Small fixes in documentation
827de8d Fix code format errors
1d38c14 GH-719 : Container Factory: Add replyPostProcessor
5ce8529 AMQP-801-2: Introduce ConsumerDecorator
d547a86 Updgrade rabbitmq http-client, retry
9b43c06 AMQP-801: Move ConsumeOkEvent to handleConsumeOk
059fe5e Upgrade wrapper
2564567 Remove JUnit Gradle Plugin
0578418 Upgrade to Gradle 4.6
493aa4e Connection name strategy was backported to 1.7.x
a2d86fb Doc Polishing
f806c94 AMQP-800: Destroy test default connection factory
f32b358 AMQP-800: LocalizedQueueConnectionFactory Fix
fecd0ba AMQP-799: Default @rabbithandler Docs
ee61179 Upgrade to Spring Framework 5.0.4
f649d11 AMQP-799: Add default @rabbithandler support
84ca73e Improve rabbit template
18b2090 Fix Doc to highlight code snippet as Java
下载地址
Source code (zip)
Source code (tar.gz)
1.7.7 更新:
13074f3 Align versions with Boot/Platform.Brussels
0ba19a0 Upgrade to SF-4.3.15 and Retry-1.2.2
f69f54e GH-723 : Add AmqpResourceNotAvailableException ( #737 )
6498219 Honor Java 7 language level
adcfef4 Remove @override from the RabbitAdmin.initialize
539af7f GH-734 : Option to suppress declaring Collections
d6a5a75 GH-730 : Fix NPE in the MessageProperties
c8d66d2 AMQP-805: protected postProcessMessageBeforeSend
e50cb89 AMQP-801-2: Introduce ConsumerDecorator
3dba703 @ignore testDeleteExchange
8fc94eb AMQP-801: Move ConsumeOkEvent to handleConsumeOk
e2fb3f8 Doc Copyright 2018
下载地址
Source code (zip)
Source code (tar.gz)
详情见 发布公告 。
Spring AMQP 是基于 Spring 框架的AMQP消息解决方案,提供模板化的发送和接收消息的抽象层,提供基于消息驱动的 POJO。同时有 Java 和 .NET 的版本。