Spring AMQP 1.5.0 Release Candidate Available
Learn about the newest release candidate of Spring AMQP, including new features like enhanced high availability queuing support.
Join the DZone community and get the full member experience.
Join For FreeWe are pleased to announce that the release candidate for the 1.5 release is now available.
New features and improvements in this release include:
Enhanced HA Queue Support
The high availability queue support has been enhanced in that you can configure a listener container to connect to the broker that is currently the master for the container’s queue. If the connection is lost, the new master is determined and a connection to that broker is established.
RabbitTemplate Blocking Receive
It is now possible to use the the RabbitTemplate
to receive ad-hoc messages. Previously, only a non-blocking receive()
was available.
SendAndReceive Operations (returns)
It is now possible to configure the RabbitTemplate
to throw an exception while waiting for a reply if a message is returned by the broker.
MessageListenerAdapter
The MessageListenerAdapter
can be configured to invoke different methods, based on the queue the message was received from.
Milestone
As a reminder, the following new features were previously announced when milestone 1 was released:
- Class-level
@RabbitListener
- Auto-Declare Queues and Bindings for
@RabbitListener
- Configurable Exchange/Routing Key for Replies
- RabbitManagementTemplate REST abstraction
Complete information about the contents of this release can be seen in the JIRA release notes. Also see the “what’s new” section in the reference manual.
Please try out these new features and improvements; it is your last chance for feedback before the final release planned for early September, just in time for SpringOne.
SpringOne 2GX 2015 is around the corner!
Book your place at SpringOne2GX in Washington, DC soon. It’s simply the best opportunity to find out first hand all that’s going on and to provide direct feedback.
Published at DZone with permission of Pieter Humphrey, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments