Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 JBOSS EAP 6.4 中禁用 MQ 资源适配器(例如 IBM)的 XA 事务?
我想使用 LocalTransaction 或 NoTransaction 模式。
惊讶地看到这方面的信息如此之少。顺便提一句,
属性名称="RecoveryEnvironmentBean.periodicRecoveryPeriod" value="0" 属性名称="RecoveryEnvironmentBean.recoveryBackoffPeriod" value="0"
将关闭 XA 定期恢复。我仍在寻找一种完全禁用它的方法。