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:53 UTC

[jira] Commented: (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:comment-tabpanel&focusedCommentId=61139#action_61139 ] 

Claus Ibsen commented on CAMEL-3039:
------------------------------------

See nabble
http://camel.465427.n5.nabble.com/How-to-trace-filtered-Messages-tp2402974p2402974.html

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