com.ibm.websphere.websvcs.rm
Interface InboundMessageData
- All Superinterfaces:
- MessageData
public interface InboundMessageData
- extends MessageData
Data Access Object that captures the state of a message stored on a WS-ReliableMessaging inbound sequence.
Method Summary |
long |
getRedeliveryCount()
Returns the number of times the message has been dispatched to the application. |
AWAITING_DISPATCH_TO_APPLICATION
static final MessageData.MessageState AWAITING_DISPATCH_TO_APPLICATION
- State to indicate that a gap in the sequence means that this message cannot
currently be delivered.
getRedeliveryCount
long getRedeliveryCount()
- Returns the number of times the message has been dispatched to the application.