Please have a look at my previous reply, I've updated it : I added the exchange format in the endpoint uri. There are no changes. May be the method ProducerCache.sendExchange() should be modified : protected E sendExchange(Endpoint<E> endpoint, Producer<E> producer, Processor processor, E exchange) throws Exception { processor.process(exchange);
// now lets dispatch if (LOG.isDebugEnabled()) { LOG.debug(">>>> " + endpoint + " " + exchange); } >>> GLD : <<< GLD : call defined processor chain in the route up to the <to> endpoint producer.process(exchange); >>> GLD : reply route processing to insert here?????? return exchange; } Guillaume Claus Ibsen wrote: > > Hi > > Ah there might miss a method for the multiple headers, > > Do you mind creating a ticket in the bug tracker for this issue. Then I > will make sure it's added. > > There is a link to the tracker from here: > http://activemq.apache.org/camel/support.html > > > > I'm off this afternoon. I will do it next week. -- View this message in context: http://www.nabble.com/How-to-process-the-response-in-Camel-tp20378039s22882p20379735.html Sent from the Camel - Users mailing list archive at Nabble.com.