Spring AMQP 1.3 Released
We are pleased to announce the availability of the Spring AMQP (for Java) 1.3.1.RELEASE.
The release includes some significant new features, including:
-
Listener Container
-
The listener container concurrency can be changed without first stopping the container and the listeners will be adjusted accordingly
-
The listener container can dynamically adjust the concurrent consumers, based on workload
-
The listener container now supports consumer priority (with RabbitMQ 3.2.x or greater)
-
The listener container now supports the configuration of an exclusive consumer
-
The listener container now supports auto-delete queues; redeclaring them if necessary when starting
-
Rabbit Template
-
The
…RabbitTemplate
now has several convenientreceiveAndReply
methods