You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Anand (JIRA)" <ji...@apache.org> on 2010/04/07 19:05:08 UTC

[jira] Created: (CAMEL-2624) support for async responses on single tcp connection

support for async responses on single tcp connection
----------------------------------------------------

                 Key: CAMEL-2624
                 URL: https://issues.apache.org/activemq/browse/CAMEL-2624
             Project: Apache Camel
          Issue Type: Improvement
          Components: camel-mina
    Affects Versions: 2.2.0
         Environment: any
            Reporter: Anand


single TCP connection to external server. Ability to send multiple requests one after the other without waiting for a response. responses need to be processed asynchronously.

http://old.nabble.com/async-requests-and-responses-on-a-single-connection-to28071805.html#a28071805

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


[jira] Commented: (CAMEL-2624) support for async responses on single tcp connection

Posted by "Anand (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-2624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=60454#action_60454 ] 

Anand commented on CAMEL-2624:
------------------------------

Great!!. I am looking forward for it.

> support for async responses on single tcp connection
> ----------------------------------------------------
>
>                 Key: CAMEL-2624
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2624
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-mina
>    Affects Versions: 2.2.0
>         Environment: any
>            Reporter: Anand
>
> single TCP connection to external server. Ability to send multiple requests one after the other without waiting for a response. responses need to be processed asynchronously.
> http://old.nabble.com/async-requests-and-responses-on-a-single-connection-to28071805.html#a28071805

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


[jira] Commented: (CAMEL-2624) support for async responses on single tcp connection

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-2624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=60443#action_60443 ] 

Claus Ibsen commented on CAMEL-2624:
------------------------------------

The camel-netty component in Camel 2.4 onwards support async routing engine. That means it will let the responses be routed asynchronously, and thus the NettyProducer does not block.


> support for async responses on single tcp connection
> ----------------------------------------------------
>
>                 Key: CAMEL-2624
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2624
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-mina
>    Affects Versions: 2.2.0
>         Environment: any
>            Reporter: Anand
>
> single TCP connection to external server. Ability to send multiple requests one after the other without waiting for a response. responses need to be processed asynchronously.
> http://old.nabble.com/async-requests-and-responses-on-a-single-connection-to28071805.html#a28071805

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