Package org.springframework.amqp.rabbit.test
package org.springframework.amqp.rabbit.test
Classes for testing Spring AMQP applications.
-
ClassDescriptionAnnotate a
@Configuration
class with this to enable proxying@RabbitListener
beans to capture arguments and result (if any).Overrides the default BPP with aRabbitListenerTestHarness
.BeanPostProcessor extendingRabbitListenerAnnotationBeanPostProcessor
.ARabbitListenerConfigurationSelector
extension to register aRabbitListenerTestBootstrap
, but already with the higher order, so theRabbitListenerTestHarness
bean is registered earlier, thanRabbitListenerAnnotationBeanPostProcessor
.ARabbitTemplate
that invokes@RabbitListener
s directly.