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