SyntaxHighlighter

Wednesday, June 27, 2012

Spring Integration Testing Hints - Logging


ever wanted to trace a message through Spring Integration?  and of course, you've added your own interceptors and coded a lot of junk to do it?  code no more...

simple hint - turn on debugging (e.g. log4j DEBUG)

you'll see the message pass through the channels, services, etc. and their contents as they do.  very handy way to debug

No comments:

Post a Comment