RedeliveryHandler
is used to control how redelivered messages are processed by a connector. Typically, a messsage will be re-tried once or twice before throwing an exception. Then the exception strategy on the connector can be used to forward the message to a JMS queue or log the failure.
|
|
|
|