org.mule.transport.jms
Class CountingRedeliveryHandler
java.lang.Object
org.mule.transport.jms.CountingRedeliveryHandler
- All Implemented Interfaces:
- RedeliveryHandler
public class CountingRedeliveryHandler
- extends Object
- implements RedeliveryHandler
This redelivery handler will keep counting the redelivery attempts for each message redelivered. Used for
providers not implementing the JMSXDeliveryCount property support.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected static final Log logger
- logger used by this class
connector
protected JmsConnector connector
CountingRedeliveryHandler
public CountingRedeliveryHandler()
setConnector
public void setConnector(JmsConnector connector)
- The connector associated with this handler is set before
handleRedelivery() is called
- Specified by:
setConnector in interface RedeliveryHandler
- Parameters:
connector - the connector associated with this handler
handleRedelivery
public void handleRedelivery(Message message)
throws JMSException,
MuleException
- process the redelivered message. If the Jms receiver should process the
message, it should be returned. Otherwise the connector should throw a
MessageRedeliveredException to indicate that the message should
be handled by the connector Exception Handler.
- Specified by:
handleRedelivery in interface RedeliveryHandler
- Parameters:
message - the redelivered message
- Throws:
JMSException - if properties cannot be read from the JMSMessage
MessageRedeliveredException - should be thrown if the message should be
handled by the connection exception handler
MuleException - if there is a problem reading or proessing the
message
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.