Spring AMQP 2.0.0 RELEASE Available
I am pleased to announce that the 2.0.0.RELEASE
of Spring AMQP is now available in the Spring release repository and Maven Central.
First of all thanks to all community members for any feedback and contributions to make this new instalment of Spring for AMQP and RabbitMQ support project!
Some highlights what we have after a year and a couple months of amazing team work:
-
Full Java 8 and Spring Framework
5.0
support; -
New
spring-rabbit-junit
artifact with some useful testing utilities includingBrokerRunning
JUnit@Rule
; -
The
amqp-client
library of version5.0
; -
A
DirectMessageListenerContainer
to allow to consume messages directly on the client thread instead of queue-based logic in theSimpleMessageListenerContainer
; -
A
ConnectionNameStrategy
option for theConnectionFactory
to name target Broker connections for possible diagnostics; -
new
RabbitOperations.invoke()
for batch of template operation on the dedicated, thread-bound channel; -
…Encoder
support for the LogbackAmqpAppender
;