Package | Description |
---|---|
org.springframework.jms.config |
Support package for declarative messaging configuration,
with Java configuration and XML schema support.
|
org.springframework.jms.listener |
This package contains the base message listener container facility.
|
org.springframework.util.backoff |
A generic back-off abstraction.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultJmsListenerContainerFactory.setBackOff(BackOff backOff) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultMessageListenerContainer.setBackOff(BackOff backOff)
Specify the
BackOff instance to use to compute the interval
between recovery attempts. |
Modifier and Type | Class and Description |
---|---|
class |
ExponentialBackOff
Implementation of
BackOff that increases the back off period for each
retry attempt. |
class |
FixedBackOff
A simple
BackOff implementation that provides a fixed interval
between two attempts and a maximum number of retries. |