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 2009/06/08 13:52:35 UTC

[jira] Created: (CAMEL-1683) Aggregator - add option to control what should happen if correlation key cannot be evaluated

Aggregator - add option to control what should happen if correlation key cannot be evaluated
--------------------------------------------------------------------------------------------

                 Key: CAMEL-1683
                 URL: https://issues.apache.org/activemq/browse/CAMEL-1683
             Project: Apache Camel
          Issue Type: Improvement
          Components: camel-core
    Affects Versions: 1.6.1
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
             Fix For: 2.0.0


What should happen if a given message could not have its correlation key evaluted to a value != null.

Should it
- be silently ignored
- an exception be thrown
- moved to a special deal letter queue (can be solved by having a special exception and let end user control this with onException)



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


[jira] Updated: (CAMEL-1683) Aggregator - add option to control what should happen if correlation key cannot be evaluated

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-1683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen updated CAMEL-1683:
-------------------------------

    Fix Version/s:     (was: 2.0.0)
                   2.1.0

Aggregator is scheduled for ease of use in Camel 2.1

> Aggregator - add option to control what should happen if correlation key cannot be evaluated
> --------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-1683
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1683
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 1.6.1
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.1.0
>
>
> What should happen if a given message could not have its correlation key evaluted to a value != null.
> Should it
> - be silently ignored
> - an exception be thrown
> - moved to a special deal letter queue (can be solved by having a special exception and let end user control this with onException)

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


[jira] Resolved: (CAMEL-1683) Aggregator - add option to control what should happen if correlation key cannot be evaluated

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-1683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-1683.
--------------------------------

    Resolution: Fixed

There is an option now to ignore bad correlation keys {{ignoreBadCorrelationKeys}}

> Aggregator - add option to control what should happen if correlation key cannot be evaluated
> --------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-1683
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1683
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 1.6.1
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.3.0
>
>
> What should happen if a given message could not have its correlation key evaluted to a value != null.
> Should it
> - be silently ignored
> - an exception be thrown
> - moved to a special deal letter queue (can be solved by having a special exception and let end user control this with onException)

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