Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
2.8.3
-
None
-
Unknown
Description
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".
The following exception is thrown and not ignored: "org.apache.camel.CamelExchangeException: No consumers available on endpoint: Endpoint[direct://endpoint]. Exchange[Message: Hello World]"