Spring AMQP 1.5.0 Release Candidate Available
We are pleased to announce that the release candidate for the 1.5 release (1.5.0.RC1) 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()…