Hello Everyone!
I'm testing a business transaction monitoring functionality on my laboratory environment. I developed 2 Java JMS Application. The first application record messages in the queue IBM MQ, and the second read messages. Java agents running with applications don’t detect JMS Transactions. BusinessTransaction log is clear.
“find-entry-points” = true
Agent’s log in attachments
I haven't had to fix this specific problem. But, couple things, 1) bConfiguration -> Transaction Detection -> JMS says it will auto-detect for all "incoming" JMS messages. So try and find incoming JMS messages as BT first and 2) I would add the com.ibm... JMS sub-package under Configuration -> Call Graph Settings -> Specific sub-packages / classes from the Excluded Packages to be included in call graphs and see if this helps. com.ibm* is excluded by default.