Hi I just tried the snapshot version and there seems to be a problem or changed api concerning setting consumer.bridgeErrorHandler=true on consumer endpoints.
I get an -> Failed to resolve endpoint ..... There are 1 parameters that couldn't be set on the endpoint consumer. Check the uri if the parameters are spelt correctly and that they are properties of the endpoint. Unknown consumer parameters=[{consumer.bridgeErrorHandler=true}] When debugging i can see that the DefaultEndpoint ends up having a list of consumerProperties containing {consumer.bridgeErrorHandler=true, bridgeErrorHandler=true} ??? DefaultEndpoint.configureConsumer will end throwing exception in line 364 since the copy map has 1 remaining item. on 2.11.x this works fine -- View this message in context: http://camel.465427.n5.nabble.com/consumer-bridgeErrorHandler-true-on-2-12-SNAPSHOT-tp5736355.html Sent from the Camel - Users mailing list archive at Nabble.com.