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-M2 is available with some new fature to try.
Notable changes in this release:
spring-amqp-client module has gotten new API for programatic MessageListenerContainer configuration and registration: AmqpMessagingListenerAdapter, AmqpMessageListenerContainerFactory, AmqpListenerEndpoint, AmqpListenerEndpointRegistry etc.@AmqpListener annotation with similar functionality to well-known @RabbitListener (see also @KafkaListener, @JmsListener or @ServiceActivator).TestUtils.getPropertyValue() was changed to be based on the generic argument for easier adoption in the tests code.spring-rabbit module to spring-amqp for additional consumption from the new spring-amqp-client.See the Release Notes and What's New for more information.
Don't hesitate to rich us out with any feedback!
Cheers,
Artem