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/06 08:11:07 UTC

[jira] Created: (CAMEL-1229) from DSL to support multiple endpoints

from DSL to support multiple endpoints
--------------------------------------

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


Currently you can kinda do it in Java DSL (I dont think its possible in Spring DSL)

{code}
from("foo").from("bar").to("log:hello")
{code}

But we should be able to do it as
{code}
from("foo", "bar").to("log:hello")
{code}

Some end-users is requesting it, and he is using Spring DSL.

I created this ticket to not forget about it

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


[jira] Updated: (CAMEL-1229) from DSL to support multiple endpoints

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

Claus Ibsen updated CAMEL-1229:
-------------------------------

    Affects Version/s:     (was: 1.5.0)
        Fix Version/s:     (was: 1.6.1)
             Assignee: Claus Ibsen

> from DSL to support multiple endpoints
> --------------------------------------
>
>                 Key: CAMEL-1229
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1229
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.0.0
>
>
> Currently you can kinda do it in Java DSL (I dont think its possible in Spring DSL)
> {code}
> from("foo").from("bar").to("log:hello")
> {code}
> But we should be able to do it as
> {code}
> from("foo", "bar").to("log:hello")
> {code}
> Some end-users is requesting it, and he is using Spring DSL.
> I created this ticket to not forget about it

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


[jira] Updated: (CAMEL-1229) from DSL to support multiple endpoints

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

Claus Ibsen updated CAMEL-1229:
-------------------------------

    Fix Version/s:     (was: 1.5.1)
                   1.5.2

> from DSL to support multiple endpoints
> --------------------------------------
>
>                 Key: CAMEL-1229
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1229
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 1.5.0
>            Reporter: Claus Ibsen
>             Fix For: 2.0.0, 1.5.2
>
>
> Currently you can kinda do it in Java DSL (I dont think its possible in Spring DSL)
> {code}
> from("foo").from("bar").to("log:hello")
> {code}
> But we should be able to do it as
> {code}
> from("foo", "bar").to("log:hello")
> {code}
> Some end-users is requesting it, and he is using Spring DSL.
> I created this ticket to not forget about it

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


[jira] Resolved: (CAMEL-1229) from DSL to support multiple endpoints

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

Claus Ibsen resolved CAMEL-1229.
--------------------------------

    Resolution: Fixed

Committed revision 745501.

> from DSL to support multiple endpoints
> --------------------------------------
>
>                 Key: CAMEL-1229
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1229
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.0.0
>
>
> Currently you can kinda do it in Java DSL (I dont think its possible in Spring DSL)
> {code}
> from("foo").from("bar").to("log:hello")
> {code}
> But we should be able to do it as
> {code}
> from("foo", "bar").to("log:hello")
> {code}
> Some end-users is requesting it, and he is using Spring DSL.
> I created this ticket to not forget about it

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