The issue seems to come from here ServerSessionImpl
Transactions are stored in two lists here
If we try to forget a prepared tx xaForget() method does not remove It from the correct list and throws ActiveMQXAException(XAException.XAER_NOTA).
- is related to
-
JBTM-3001 MBean representing a transaction should consider state when is to be removed
- Closed