AspectJ: Passing unique ID to method calls across JVMs [message #1451294] |
Thu, 23 October 2014 12:15  |
Eclipse User |
|
|
|
I am new to AspectJ so sorry in case I am providing little information here.
I am trying to implement AspectJ for the following use case.
Track each request to the .com application - capture methods invoked, start time, end time, app name, GUID etc.. GUID is a unique ID generated to track each request. A request may invoke multiple methods within same JVM or different JVM( specific is SOAP webservices call).
I am having an issue passing the GUID when a method call to different JVM is requested. I want to tie the same GUID to the SOAP request as well which is served from a different JVM. Request --> Method 1 (JVM1) --> Method 2 (JVM1) --> Method 3(SOAP, JVM2).
Please suggest your approach to this problem. Thank you!!
|
|
|
|
Powered by
FUDForum. Page generated in 0.05356 seconds