[ 
https://issues.apache.org/activemq/browse/CAMEL-1075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=47308#action_47308
 ] 

Jeff Vienneau commented on CAMEL-1075:
--------------------------------------

h4. In the case of:  tcp,mode=server;sync=false:
h5. Not Connected
Listener is waiting for connections
Outbound - messages are discarded.
Inbound - messages do not occur. (camel is waiting for producer to produce 
message)

h5. Connected
Outbound - messages are send over socket
Inbound - data coming from client is converted to messages and sent through 
producer to camel

h4. In the case of:  tcp.mode=server;sync=false:
A connection is made to client at startup when consumer is created.
Outbound - messages are sent over socket
Inbound - data coming from remote server is converted to messages and sent 
through producer to camel

Further to the logging example above, what if you want to *be the client* 
posting logs to another system?



> mina tcp: support for asyncronous InOut endpoint.
> -------------------------------------------------
>
>                 Key: CAMEL-1075
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1075
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-mina
>    Affects Versions: 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0
>         Environment: All.
>            Reporter: Jeff Vienneau
>
> Mina Component does not support async InOut connections. 
> Many applications require two way or out only async tcp connections this is 
> not supported.
> See a more full discussion on this here:
> http://www.nabble.com/Can-mina::tcp-do-asyncronous-bidirectional-messages--tc20431804s22882.html

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

Reply via email to