Spring AMQP 1.4.5.RELEASE and 1.5.0.M1 Available
We are pleased to announce that the latest maintenance release for Spring AMQP (1.4.5.RELEASE) is now available. This contains just a few bug fixes since 1.4.4.
In addition, the first milestone release for the 1.5 release is also available (1.5.0.M1). A release candidate will be available in a month or so, with the GA expected later in the summer.
The main features of this release are highlighted below:
##Class-level @RabbitListener
It is now possible to define the @RabbitListener
annotation at the class level. Together with method-level @RabbitHandler
annotations, this allows a single…