688b894c62
Both audit logging and logging from the LoggingActiveMQServerPlugin are unclear as they relate to transactional sends and acks. Both essentially ignore the transaction which makes it appear that an operation has taken place when, in fact, it hasn't (e.g. a transactional ack is rolled back but the log indicates the ack went through). This commit fix this with the following changes: - Log details when a send or ack is added to a transaction. - Log details when the transaction is committed. - Log when the transaction is rolled back. - Include transaction details in the relevant DEBUG logs. - Simplify INFO level logging for sends & acks in LoggingActiveMQServerPlugin. Ensure details are in the DEBUG logs. Other changes: - Make capitalization more consistent in a handful of audit logs. |
||
---|---|---|
.. | ||
src | ||
pom.xml |