Spring AMQP 4.1.0 Milestone 1 Available
Hi Spring fans!
It is my pleasure today to share with you the start for Spring AMQP minor version and its 4.1.0-M1 is available with some new fature to try.
The new spring-amqp-client module has been added to provide Spring-friendly components for AMQP 1.0 protocol intraction.
It is based on the ProtonJ 2 Client library and exposes an API based on well-known spring-amqp core module foundation.
It does not have any RabbitMQ-related dependencies, but can work well with RabbitMQ broker with some destination address adjustments.
The infrastructure of spring-amqp-client is represented by the AmqpConnectionFactory abstraction with a SingleAmqpConnectionFactory as implementation to share the same ProtonJ connection between consumers and producers.
The low-level API…