if I do it like this:
exception(java.net.SocketException.class)
.maximumRedeliveries(2).useExponentialBackOff().initialRedeliveryDelay(30000).backOffMultiplier(2.0)
.to("jbi:service:http://servicemix.in2m.com/samples/http/bean15Service");
from("jbi:service:http://servicemix.in2m.com/samples/http/jmsConsumer")
.setHeader("path", constant("dir"))
.to("jbi:service:http://servicemix.in2m.com/samples/http/MyProviderService?mep=in-out")
.setHeader("portal", constant("portal"))
.to("jbi:service:http://servicemix.in2m.com/samples/http/PortalService?mep=in-out");
I get both headers in bean15Service? Cant I have same header name but value
different?
Pratibha
--
View this message in context:
http://www.nabble.com/error-handling-problem-tp18397098s22882p18403557.html
Sent from the Camel - Users mailing list archive at Nabble.com.