|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.transport.jms.AbstractRedeliveryHandler
org.mule.transport.jms.CountingRedeliveryHandler
public class CountingRedeliveryHandler
This redelivery handler will keep counting the redelivery attempts for each message redelivered. Used for
providers not implementing the JMSXDeliveryCount
property support.
Field Summary | |
---|---|
protected static Log |
logger
logger used by this class |
Fields inherited from class org.mule.transport.jms.AbstractRedeliveryHandler |
---|
connector |
Constructor Summary | |
---|---|
CountingRedeliveryHandler()
|
Method Summary | |
---|---|
void |
handleRedelivery(javax.jms.Message message)
process the redelivered message. |
Methods inherited from class org.mule.transport.jms.AbstractRedeliveryHandler |
---|
createMuleMessage, setConnector |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final Log logger
Constructor Detail |
---|
public CountingRedeliveryHandler()
Method Detail |
---|
public void handleRedelivery(javax.jms.Message message) throws javax.jms.JMSException, MuleException
MessageRedeliveredException
to indicate that the message should
be handled by the connector Exception Handler.
handleRedelivery
in interface RedeliveryHandler
handleRedelivery
in class AbstractRedeliveryHandler
message
- the redelivered message
javax.jms.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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |