public class JMSTransactionDetail extends 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 and Description |
|---|
JMSTransactionDetail(Xid xid,
org.apache.activemq.artemis.core.transaction.Transaction tx,
Long creation) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
decodeMessageProperties(Message msg) |
String |
decodeMessageType(Message msg) |
toJSONpublic JMSTransactionDetail(Xid xid, org.apache.activemq.artemis.core.transaction.Transaction tx, Long creation)
public String decodeMessageType(Message msg)
decodeMessageType in class org.apache.activemq.artemis.core.transaction.TransactionDetailpublic Map<String,Object> decodeMessageProperties(Message msg)
decodeMessageProperties in class org.apache.activemq.artemis.core.transaction.TransactionDetailCopyright © 2020 The Apache Software Foundation. All Rights Reserved.