Skip invalid endpoints without throwing an exception ----------------------------------------------------
Key: CAMEL-2710 URL: https://issues.apache.org/activemq/browse/CAMEL-2710 Project: Apache Camel Issue Type: Improvement Components: camel-core Reporter: Eric Bouer When using Recipient List or Routing Slip EIP, It's sometimes very comfortable to specify a list of endpoints which only part of them are valid at a given time. Currently camel throws an exception when it detects that one of the recipients has no endpoint. to increase efficiency/performance it would be nice to have an option like ignoreInvalidEndpoints=true to disable that checking and not throwing any exception. ML Discussion: http://old.nabble.com/Recipient-List-with-optional-destinations.-ts28444254.html -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.