Spring AMQP

Uses of Class
org.springframework.amqp.rabbit.config.AbstractRetryOperationsInterceptorFactoryBean

Packages that use AbstractRetryOperationsInterceptorFactoryBean
org.springframework.amqp.rabbit.config   
 

Uses of AbstractRetryOperationsInterceptorFactoryBean in org.springframework.amqp.rabbit.config
 

Subclasses of AbstractRetryOperationsInterceptorFactoryBean in org.springframework.amqp.rabbit.config
 class StatefulRetryOperationsInterceptorFactoryBean
          Convenient factory bean for creating a stateful retry interceptor for use in a message listener container, giving you a large amount of control over the behaviour of a container when a listener fails.
 class StatelessRetryOperationsInterceptorFactoryBean
          Convenient factory bean for creating a stateless retry interceptor for use in a message listener container, giving you a large amount of control over the behaviour of a container when a listener fails.
 


Spring AMQP

Copyright © 2011. All Rights Reserved.