On Thu, Aug 20, 2009 at 9:09 PM, boday<[email protected]> wrote: > > Claus, no luck. I set the clause to... > > onException(NoHandlerException.class).handled(true) > > .maximumRedeliveries(0).to("activemq:NFNoHandlerException"); > > but I still get the same error..."no handler found for message".
Is that you error message or something from servicemix? You can enable the tracer to see the message and which headers/properties it has. http://camel.apache.org/tracer There could be a glitch somewhere? > > > Claus Ibsen-2 wrote: >> >> Hi >> >> Do you want the message to be moved to that AMQ destination if there >> is an exception? >> If so you need to add .handled(true) to the .onException to signal >> that you are handling the exception. >> >> > > > ----- > Ben - Senior Consultant > > -- > View this message in context: > http://www.nabble.com/SMX-Camel---no-handler-found-for-message-tp25067044p25068046.html > Sent from the ServiceMix - User mailing list archive at Nabble.com. > > -- Claus Ibsen Apache Camel Committer Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus
