Spring AMQP 1.6.0 Milestone 1 (and 1.5.4) Available
Spring AMQP 1.6.0 Milestone 1 (and 1.5.4) Available
Spring AMQP 1.6.0 Milestone 1 is out! Check out these highlights, like a new jar, annotations, and more!
Join the DZone community and get the full member experience.
Join For FreeTake 60 minutes to understand the Power of the Actor Model with "Designing Reactive Systems: The Role Of Actors In Distributed Architecture". Brought to you in partnership with Lightbend.
We are pleased to announce the availability of the first milestone of the 1.6 version of Spring AMQP.
Some highlights of this release:
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
returningListenableFuture<?>
for request/reply messaging.An option to publish
ApplicationEvents
when listener containers go idle.
For a complete list of new features, see the What’s new? as well as the JIRA Release Notes.
Visit the project page for links to downloads, documentation etc.
In addition, the 1.5.4.RELEASE is available with a few minor bug fixes.
Learn how the Actor model provides a simple but powerful way to design and implement reactive applications that can distribute work across clusters of cores and servers. Brought to you in partnership with Lightbend.
Published at DZone with permission of Pieter Humphrey , DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
{{ parent.title || parent.header.title}}
{{ parent.tldr }}
{{ parent.linkDescription }}
{{ parent.urlSource.name }}