Get ahead
VMware offers training and certification to turbo-charge your progress.
Learn moreHi Spring fans!
It is my pleasure today to share with you the Spring AMQP 4.1.0-M3 is available with some new features to try.
Notable changes in this release:
And very important the @AmqpListener annotation for Generic AMQP 1.0 (spring-amqp-client module) communication is here.
It is as simple to use as with @RabbitListener.
The @EnableAmqp should be declared on one of the @Configuration class.
The AmqpMessageListenerContainerFactory (preferably MethodAmqpMessageListenerContainerFactory) bean must be decalred in the application context.
See the Release Notes and What's New for more information.
The next stop for us is RC1, so it is the last chance in this generation to reach us out with feedback for drastic changes in the project.
Cheers,
Artem