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:24:47 UTC

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

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.


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

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ 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.


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

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ 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.