Hi

I would like to send messages with exception trace

exception(Exception.class).to("activemq:queue:Exception");

from(XXX)
.process(new Processor()
{
   public void process(Exchange exchange) throws Exception 
   {
      throw new Exception("Processing Exception");
   }
})
.to(XXX)

I would like the activemq message to contain the exception message

cmdr
-- 
View this message in context: 
http://www.nabble.com/exception-trace-in-message-tp15740418s22882p15740418.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to