This content has been marked as final.
Show 1 reply
-
1. Re: Logging best practice switchyard soap binding
igarashitm Sep 15, 2016 4:26 AM (in response to ravi21588)If you just want to dump the exchanges into server log, then messageTrace would be the one.
Message Tracing - SwitchYard - Project Documentation Editor
If you need to forward them into another destination like file, JMS DB, and etc.. then interceptor would be an option.
Exchange Interceptors - SwitchYard - Project Documentation Editor
Or simply you can create a LogServiceBean for bean service and share it among applications.