I am getting AhcOperationFailedException while invoking http call using
camel-ahc component. How can i capture the response body of http call that
resulted in AhcOperationFailedException ?
My route
from("activemq:queue:MY_QUEUE")
.process(this.processor1)
.to("ahc:http://example.com/v1/hello")
.process(this.processor2);
--
View this message in context:
http://camel.465427.n5.nabble.com/camel-ahc-response-body-after-exception-tp5788350.html
Sent from the Camel - Users mailing list archive at Nabble.com.