Hi all,
in our application we have some async calls (Java EE6 future) but we don't see any correlation between those threads!
In the End2End perspective we need to see the correlation to get a proper business transaction.
Async Java EE 6 Example: https://docs.oracle.com/javaee/6/tutorial/doc/gkkqg.html
Do I need an custom correlation or include some Java classes?
https://docs.appdynamics.com/display/PRO41/Enable+Thread+Correlation+for+Java
Thanks
Christian