Filter EIP - Should mark a property whether the message matched or not
----------------------------------------------------------------------

                 Key: CAMEL-3039
                 URL: https://issues.apache.org/activemq/browse/CAMEL-3039
             Project: Apache Camel
          Issue Type: Improvement
          Components: camel-core
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
            Priority: Minor
             Fix For: 2.5.0


This allows end users to more easily know if the Exchange was filtered or not.

There is now a {{Exchange.FILTER_MATCHED}} property on the Exchange which 
contains a {{boolean}} if it was filtered or not.
true = the Exchange was routed in the filter block
false = the Exchange was *not* routed in the filter block

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to