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".  


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.

Reply via email to