You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Fernando Ribeiro (JIRA)" <ji...@apache.org> on 2009/06/07 01:12:50 UTC

[jira] Created: (CAMEL-1678) Support Operations in JBI Endpoints

Support Operations in JBI Endpoints
-----------------------------------

                 Key: CAMEL-1678
                 URL: https://issues.apache.org/activemq/browse/CAMEL-1678
             Project: Apache Camel
          Issue Type: New Feature
          Components: camel-jbi
    Affects Versions: 1.6.1
            Reporter: Fernando Ribeiro


For developing web services with multiple operations, it would be great to use "from('jbi:operation:operationName')" instead of the code in http://fernandoribeiro.eti.br/2009/06/06/multiple-operations-in-a-single-route-in-progress-fuse-4-1/.

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


[jira] Updated: (CAMEL-1678) Support Operations in JBI Endpoints

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

Fernando Ribeiro updated CAMEL-1678:
------------------------------------

    Description: For developing web services with multiple operations, it would be great to use "from('jbi:operation:operationName')" instead of the code in http://fernandoribeiro.eti.br/2009/06/06/multiple-operations-in-a-single-route-in-apache-camel/.  (was: For developing web services with multiple operations, it would be great to use "from('jbi:operation:operationName')" instead of the code in http://fernandoribeiro.eti.br/2009/06/06/multiple-operations-in-a-single-route-in-progress-fuse-4-1/.)

> Support Operations in JBI Endpoints
> -----------------------------------
>
>                 Key: CAMEL-1678
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1678
>             Project: Apache Camel
>          Issue Type: New Feature
>          Components: camel-jbi
>    Affects Versions: 1.6.1
>            Reporter: Fernando Ribeiro
>
> For developing web services with multiple operations, it would be great to use "from('jbi:operation:operationName')" instead of the code in http://fernandoribeiro.eti.br/2009/06/06/multiple-operations-in-a-single-route-in-apache-camel/.

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


[jira] Updated: (CAMEL-1678) Support Operations in JBI Endpoints

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

Fernando Ribeiro updated CAMEL-1678:
------------------------------------

    Description: For developing web services with multiple operations, it would be great to use "from('jbi:operation:operationName')" instead of the code in http://fernandoribeiro.eti.br/2009/06/06/multiple-operations-in-apache-camel-routes/.  (was: For developing web services with multiple operations, it would be great to use "from('jbi:operation:operationName')" instead of the code in http://fernandoribeiro.eti.br/2009/06/06/routes-for-multiple-operations-in-apache-camel/.)

> Support Operations in JBI Endpoints
> -----------------------------------
>
>                 Key: CAMEL-1678
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1678
>             Project: Apache Camel
>          Issue Type: New Feature
>          Components: camel-jbi
>    Affects Versions: 1.6.1
>            Reporter: Fernando Ribeiro
>
> For developing web services with multiple operations, it would be great to use "from('jbi:operation:operationName')" instead of the code in http://fernandoribeiro.eti.br/2009/06/06/multiple-operations-in-apache-camel-routes/.

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


[jira] Resolved: (CAMEL-1678) Support Operations in JBI Endpoints

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

Willem Jiang resolved CAMEL-1678.
---------------------------------

    Resolution: Won't Fix

JBI endpoint is per service or per endpoint nor per operation, and  the operation just one of JBI MessageExchange's property
If you specify the operation in the JBI endpoint's URI, it will override the MessageExchange's operation property.
So you can't know the real request's operation.

You can find some description of the JBI endpoint's operation information [here|http://camel.apache.org/jbi.html]

> Support Operations in JBI Endpoints
> -----------------------------------
>
>                 Key: CAMEL-1678
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1678
>             Project: Apache Camel
>          Issue Type: New Feature
>          Components: camel-jbi
>    Affects Versions: 1.6.1
>            Reporter: Fernando Ribeiro
>            Assignee: Willem Jiang
>
> For developing web services with multiple operations, it would be great to use "from('jbi:operation:operationName')" instead of the code in http://fernandoribeiro.eti.br/2009/06/06/multiple-operations-in-apache-camel-routes/.

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


[jira] Assigned: (CAMEL-1678) Support Operations in JBI Endpoints

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

Claus Ibsen reassigned CAMEL-1678:
----------------------------------

    Assignee: Willem Jiang

Willem do you mind take a look at this when you got 10 min to spare?

> Support Operations in JBI Endpoints
> -----------------------------------
>
>                 Key: CAMEL-1678
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1678
>             Project: Apache Camel
>          Issue Type: New Feature
>          Components: camel-jbi
>    Affects Versions: 1.6.1
>            Reporter: Fernando Ribeiro
>            Assignee: Willem Jiang
>
> For developing web services with multiple operations, it would be great to use "from('jbi:operation:operationName')" instead of the code in http://fernandoribeiro.eti.br/2009/06/06/multiple-operations-in-apache-camel-routes/.

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


[jira] Updated: (CAMEL-1678) Support Operations in JBI Endpoints

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

Fernando Ribeiro updated CAMEL-1678:
------------------------------------

    Description: For developing web services with multiple operations, it would be great to use "from('jbi:operation:operationName')" instead of the code in http://fernandoribeiro.eti.br/2009/06/06/routes-for-multiple-operations-in-apache-camel/.  (was: For developing web services with multiple operations, it would be great to use "from('jbi:operation:operationName')" instead of the code in http://fernandoribeiro.eti.br/2009/06/06/multiple-operations-in-a-single-route-in-apache-camel/.)

> Support Operations in JBI Endpoints
> -----------------------------------
>
>                 Key: CAMEL-1678
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1678
>             Project: Apache Camel
>          Issue Type: New Feature
>          Components: camel-jbi
>    Affects Versions: 1.6.1
>            Reporter: Fernando Ribeiro
>
> For developing web services with multiple operations, it would be great to use "from('jbi:operation:operationName')" instead of the code in http://fernandoribeiro.eti.br/2009/06/06/routes-for-multiple-operations-in-apache-camel/.

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