I want to store raw request and responses (XMLs or JSON) in database for Wbservices and HTTP calls in a Java Web application. How do I achieve this without degrading performance of the services.
I have seen few implementations like -
Is there any other way (better way) of implementing this? Any other third party library which does the same work as above mentioned IBM Workmanager? Any suggestion is most appreciated.
You can pass your request and response to a method annotated with Spring's @Async: Creating Asynchronous Methods