public class CountingRedeliveryHandler extends AbstractRedeliveryHandler
JMSXDeliveryCount property support.| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.logging.Log |
logger
logger used by this class
|
connector| Constructor and Description |
|---|
CountingRedeliveryHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleRedelivery(javax.jms.Message message,
org.mule.api.endpoint.InboundEndpoint endpoint,
org.mule.api.construct.FlowConstruct flow)
process the redelivered message.
|
createMuleMessage, setConnectorprotected static final org.apache.commons.logging.Log logger
public void handleRedelivery(javax.jms.Message message,
org.mule.api.endpoint.InboundEndpoint endpoint,
org.mule.api.construct.FlowConstruct flow)
throws javax.jms.JMSException,
org.mule.api.MuleException
MessageRedeliveredException to indicate that the message should
be handled by the connector Exception Handler.handleRedelivery in interface RedeliveryHandlerhandleRedelivery in class AbstractRedeliveryHandlermessage - the redelivered messageendpoint - from which the message was receivedflow - in which the exception occured, this is used to obtain the
appropriate exception handlerjavax.jms.JMSException - if properties cannot be read from the JMSMessageMessageRedeliveredException - should be thrown if the message should be
handled by the connection exception handlerorg.mule.api.MuleException - if there is a problem reading or proessing the messageCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.