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/01/14 08:12:59 UTC

[jira] Resolved: (CAMEL-1251) Dynamic Recipient List should be smarter for multiple endpoints

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

Claus Ibsen resolved CAMEL-1251.
--------------------------------

    Resolution: Fixed

> Dynamic Recipient List should be smarter for multiple endpoints
> ---------------------------------------------------------------
>
>                 Key: CAMEL-1251
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1251
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 1.5.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 1.5.1, 2.0.0
>
>
> The recipient list looks for a header with a value with the endpoints to send to.
> It gets the list of destination using ObjectHelper.createIterator(value) that will detect what kind of object type it is and return an appropriate iterator.
> We need to expose a attribute for a tokenizer attribute in Spring DSL. You cannot from Spring DSL use the expression builder, where you need the tokenizer for String delimited endpoints that I guess is a very common for setting multiple endpoints.

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