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