| Interface | Description |
|---|---|
| RedeliveryHandler |
RedeliveryHandler is used to control how redelivered messages are
processed by a connector. |
| RedeliveryHandlerFactory |
Implementors of this interface are responsible to create
RedeliveryHandler
instances upon request. |
| Class | Description |
|---|---|
| AbstractRedeliveryHandler | |
| AutoDiscoveryRedeliveryHandlerFactory |
This factory will consult JMS connection metadata for supported optional properties and use
those, if available, otherwise falling back to the manual counting of redeliveries.
|
| CountingRedeliveryHandler |
This redelivery handler will keep counting the redelivery attempts for each message redelivered.
|
| CountingRedeliveryHandlerFactory | |
| JmsXRedeliveryHandler |
A redelivery handler which relies on JMS provider's redelivery count facilities.
|
| JmsXRedeliveryHandlerFactory |
| Exception | Description |
|---|---|
| MessageRedeliveredException |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.