Hi,
We are evaluating ELK stack v6.7.1 (this is our companies current production version).
We have an application which uses JMS (topics and queues). But I dont see any transactions of type "messaging". Does v6.7.1. support this? Do I have to use trace_methods config param?
So far I've used the following trace_methods options without success:
public com.example.app.package1.AJmsListener#onMessage, public @javax.ejb.MessageDriven com.example.app., public javax.jms.MessageListener#onMessage com.example.app.
Transactions of type "request" and some other "custom" are being captured but no "messaging".
Should the transactions appear in the Kibana APM dashboard in the "filter by type" dropdown as type "messaging"?
My complete elasticapm.properties:
service_name=myservice
service_version=1.0.0
application_packages=com.example.app
server_urls=http://aserver.local:8200
trace_methods=public com.example.app.package1.AnotherJmsListener#onMessage, public @javax.ejb.MessageDriven com.example.app., public javax.jms.MessageListener#onMessage com.example.app.
Best regards,
Murat