You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2010/08/10 15:26:52 UTC

[jira] Resolved: (CAMEL-3039) Filter EIP - Should mark a property whether the message matched or not

     [ https://issues.apache.org/activemq/browse/CAMEL-3039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-3039.
--------------------------------

    Resolution: Fixed

trunk: 983988.

> 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.