标签:manage org reg 存在 data 回滚 frame 使用 activemq
if (session.getTransacted()) {
// Commit necessary - but avoid commit call within a JTA transaction.
if (isSessionLocallyTransacted(session)) {
// Transacted session created by this template -> commit.
JmsUtils.commitIfNecessary(session);
}
}
标签:manage org reg 存在 data 回滚 frame 使用 activemq
原文地址:http://www.cnblogs.com/birdstudio/p/6738462.html