Spring AMQP (Spring for RabbitMQ) 2.2 Milestone 2
We are pleased to announce the availability of the second milestone of the Spring AMQP 2.2 release - 2.2.0.M2.
Highlights
-
Spring Data "Projection Interfaces" are now supported by the Jackson message converter.
-
@RabbitListener
methods can now receive batched messages as aList<?>
instead of one-at-a-time. -
You can now override the default acknowledge mode and executor directly on the
@RabbitListener
annotation.
For more information, see the What’s New chapter and the change logs.
Project Page | GitHub | JIRA | Documentation | Stack Overflow | …