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.0support; -
New
spring-rabbit-junitartifact with some useful testing utilities includingBrokerRunningJUnit@Rule; -
The
amqp-clientlibrary of version5.0; -
A
DirectMessageListenerContainerto allow to consume messages directly on the client thread instead of queue-based logic in theSimpleMessageListenerContainer; -
A
ConnectionNameStrategyoption for theConnectionFactoryto name target Broker connections for possible diagnostics; -
new
RabbitOperations.invoke()for batch of template operation on the dedicated, thread-bound channel; -
…Encodersupport for the LogbackAmqpAppender;
