[
https://issues.apache.org/jira/browse/CAMEL-2624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13579185#comment-13579185
]
Chad Beaulac commented on CAMEL-2624:
-------------------------------------
h5. New URI Attribute
What if I add a new attribute called sendSessionMsgs and default it to false?
If you set the attr to true you will receive all of the session created/closed
messages also and implement full-async producers and consumers.
Would the patch be acceptable after this change?
Thanks, Chad
> support for async responses on single tcp connection
> ----------------------------------------------------
>
> Key: CAMEL-2624
> URL: https://issues.apache.org/jira/browse/CAMEL-2624
> Project: Camel
> Issue Type: Improvement
> Components: camel-mina2
> Affects Versions: 2.2.0
> Environment: any
> Reporter: Anand
> Assignee: Chad Beaulac
> Fix For: 2.11.0
>
> Attachments: Mina2ClientServerTest.java, Mina2TcpAsyncOutOnly.java
>
>
> Mina Component does not support async InOut connections.
> Many applications require two way or out only async tcp connections this is
> not supported.
> 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.
> h5. Use Cases to Support
> # UC-1 - Consumer sends messages after connect
> ## TCP producer (P1) connects to TCP consumer/server (C1), session is created
> ## C1 sends many messages to P1
> ## P1 receives messages and processes them
> ## C1 or P1 close the connection
> # UC-2 - Full async session
> ## P1 connects to C1
> ## P1 and C1 send and receive messages ansynchronously. There is no blocking
> write-read loop.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira