Spring AMQP 4.0 Milestone 2 Available
On behalf of the team and everyone who contributed, I am pleased to announce the second Milstone for 4.0.0
of Spring AMQP.
The patch versions 3.1.10
and 3.2.4
also have been released.
The most notable fature of this 4.0.0-M2
is a new spring-rabbitmq-client
module which brings support for AMQP 1.0 protocol on RabbitMQ.
This module is based on a new com.rabbitmq.client:amqp-client
library which is only desiged for RabbitMQ with AMQP 1.0.
Therefore this library, as well as spring-rabbitmq-client
cannot be used with any arbitrary AMQP 1.0 broker.
The JMS bridge AMQP over 1.0 is recommended for…