mirror of https://github.com/apache/activemq.git
add some trace
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@809940 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
612437c155
commit
5221cd349d
|
@ -43,6 +43,9 @@ public class XATransaction extends Transaction {
|
||||||
this.transactionStore = transactionStore;
|
this.transactionStore = transactionStore;
|
||||||
this.xid = xid;
|
this.xid = xid;
|
||||||
this.broker = broker;
|
this.broker = broker;
|
||||||
|
if (LOG.isDebugEnabled()) {
|
||||||
|
LOG.debug("XA Transaction new/begin : " + xid);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public void commit(boolean onePhase) throws XAException, IOException {
|
public void commit(boolean onePhase) throws XAException, IOException {
|
||||||
|
|
Loading…
Reference in New Issue