Hi, I tried to use consumer.bridgeErrorHandler=true on a netty endpoint but it had no effect. From what I see from Camel's source, it looks like this parameter is not used although NettyConsumer extends DefaultConsumer. Is there any way to bridge the exceptionHandler to the errorHandler in netty component?
In my case, I just want to have custom logic if a java.nio.channels.ClosedChannelException is thrown when the consumer is writing a response. Thanks. -- View this message in context: http://camel.465427.n5.nabble.com/consumer-bridgeErrorHandler-true-on-netty-uri-tp5731038.html Sent from the Camel - Users mailing list archive at Nabble.com.
