org.apache.qpid.test.unit.ack
Class AcknowledgeAfterFailoverOnMessageTest.DirtyAckingHandler
java.lang.Object
org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverOnMessageTest.DirtyAckingHandler
- All Implemented Interfaces:
- MessageListener
- Enclosing class:
- AcknowledgeAfterFailoverOnMessageTest
class AcknowledgeAfterFailoverOnMessageTest.DirtyAckingHandler
- extends Object
- implements MessageListener
Method Summary |
void |
onMessage(Message message)
Validate first message but do nothing with it. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AcknowledgeAfterFailoverOnMessageTest.DirtyAckingHandler
AcknowledgeAfterFailoverOnMessageTest.DirtyAckingHandler()
onMessage
public void onMessage(Message message)
- Validate first message but do nothing with it.
Failover
The receive the message again
- Specified by:
onMessage
in interface MessageListener
- Parameters:
message
-
Licensed to the Apache Software Foundation