org.apache.camel.processor.RecipientListIgnoreInvalidEndpointsTest in camel-core does not pass if instead of using a non-existent component/endpoint like "fail:endpoint", a valid component is used but the endpoint does not exist e.g. "direct:endpoint".
A "org.apache.camel.CamelExchangeException: No consumers available on endpoint: Endpoint[direct://endpoint]. Exchange[Message: Hello World]" Exception is thrown and not ignored. Issue created: https://issues.apache.org/jira/browse/CAMEL-4755 -- View this message in context: http://camel.465427.n5.nabble.com/ignoreInvalidEndpoints-does-not-ignore-CamelExchangeException-tp5059762p5059762.html Sent from the Camel - Users mailing list archive at Nabble.com.