Claus, thanks for the quick reply! Turns out the consumer was synchronous all along, I was simply missing that the exception I was expecting was set to the exchange. All I had to do to make it work the way I wanted was to retrieve the exception by calling exchange.getException() and re-throw it... Thanks again!
Nils -- View this message in context: http://camel.465427.n5.nabble.com/Synchronous-consumer-tp5718500p5718515.html Sent from the Camel - Users mailing list archive at Nabble.com.
