Class JMSTransactionDetail
- java.lang.Object
-
- org.apache.activemq.artemis.core.transaction.TransactionDetail
-
- org.apache.activemq.artemis.jms.transaction.JMSTransactionDetail
-
public class JMSTransactionDetail extends TransactionDetail
-
-
Field Summary
-
Fields inherited from class org.apache.activemq.artemis.core.transaction.TransactionDetail
KEY_CREATION_TIME, KEY_MSG_BODY_BUFFER, KEY_MSG_OP_TYPE, KEY_MSG_PROPERTIES, KEY_MSG_TYPE, KEY_TX_RELATED_MESSAGES, KEY_XID_AS_BASE64, KEY_XID_BRANCH_QUAL, KEY_XID_FORMAT_ID, KEY_XID_GLOBAL_TXID
-
-
Constructor Summary
Constructors Constructor Description JMSTransactionDetail(Xid xid, Transaction tx, Long creation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>decodeMessageProperties(Message msg)StringdecodeMessageType(Message msg)-
Methods inherited from class org.apache.activemq.artemis.core.transaction.TransactionDetail
toJSON
-
-
-
-
Constructor Detail
-
JMSTransactionDetail
public JMSTransactionDetail(Xid xid, Transaction tx, Long creation)
-
-
Method Detail
-
decodeMessageType
public String decodeMessageType(Message msg)
- Specified by:
decodeMessageTypein classTransactionDetail
-
decodeMessageProperties
public Map<String,Object> decodeMessageProperties(Message msg)
- Specified by:
decodeMessagePropertiesin classTransactionDetail
-
-