| org.jboss.resource.adapter.jms.inflow.DLQHandler
All known Subclasses: org.jboss.resource.adapter.jms.inflow.dlq.AbstractDLQHandler,
DLQHandler | public interface DLQHandler (Code) | | An interface for DLQ Handling
author: Adrian Brock version: $Revision: 57189 $ |
JBOSS_ORIG_DESTINATION | final static String JBOSS_ORIG_DESTINATION(Code) | | JMS property name holding original destination.
|
JBOSS_ORIG_MESSAGEID | final static String JBOSS_ORIG_MESSAGEID(Code) | | JMS property name holding original JMS message id.
|
PROPERTY_DELIVERY_COUNT | final static String PROPERTY_DELIVERY_COUNT(Code) | | Standard property for delivery count
|
handleRedeliveredMessage | boolean handleRedeliveredMessage(Message msg)(Code) | | Check whether the DLQ should handle the message
Parameters: msg - the message about to be delivered true if the message is handled and should not be delivered |
messageDelivered | void messageDelivered(Message msg)(Code) | | Notification that the message was delivered
Parameters: msg - the message that was delivered |
teardown | void teardown()(Code) | | Tear down the DLQ
|
|
|