has anybody gotten Appdynamics java agent to detect Apache Camel business transactions? Picking up files from a directory (polling) and then sending off to activemq.
Another case is camel deployed on apache karaf, need to track outgoing http calls using appDynamics
Best
AFAIK the critical point for AppDynamics (or profilers like that) it is essential to find an entry point. Usually the prefered way is to have an Servlet "Endpoint" that starts a threat and can be followed. For the scenario you are describing this wouldn't work as it's missing the "trigger" to start the following. Most likely you'll need to build your own app-dynamics monitoring extension for it.