Hi Jay,

> I don't get any exceptions either which is sort of odd.

If you set your logger level to DEBUG, you will see if the routes
you're interested in are started or not. You will also get details
information about routing of each message.

If magic still happens and logs can't tell you why, then consider:
* using Interceptors [1] for debugging
* connecting with JPDA to the component that should be called and
verify that the code is not executed in fact

Best regards.

[1] http://camel.apache.org/intercept.html

--
Henryk Konsek
http://henryk-konsek.blogspot.com

Reply via email to