public class JMSAckDataEntry extends MetaDataEntry implements IReplicatable
Modifier and Type | Field and Description |
---|---|
String |
m_ackedMessageID
the returned JMS Message id that was sent and acked.
|
int |
m_ackMode |
String |
m_consumerKey
the consumer key that the message was sent to and that performed the Ack
|
String |
m_destinationNameToBeAcked
the destination name to which we ack back for a successful/or not successful message
delivery.
|
String |
m_producerKey
the producer key that sent the message and is waiting for the Ack
|
Boolean |
m_wasAck |
Constructor and Description |
---|
JMSAckDataEntry() |
__getEntryInfo, __setEntryInfo, _readExternal, _writeExternal, isFifo, isNOWriteLeaseMode, isTransient, makePersistent, makeTransient, setFifo, setNOWriteLeaseMode, setTransient
public transient int m_ackMode
public transient String m_producerKey
public transient String m_consumerKey
public transient String m_ackedMessageID
public Boolean m_wasAck
public String m_destinationNameToBeAcked
Copyright © GigaSpaces.