[
https://issues.apache.org/activemq/browse/CAMEL-1075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=47314#action_47314
]
Claus Ibsen commented on CAMEL-1075:
------------------------------------
> Further to the logging example above, what if you want to be the client
> posting logs to another system?
This is excatly what #4 does.
{code}
producerTemplate.sendBody("mina:tcp://externalserver:1234?sync=false&textline=true",
"Hello World");
{code}
In the code above we send the text "Hello World" from Camel (where we is a
client) to an external system (the externalserver) using TCP on port 1234. We
use sync=false as we as the client do not want to wait for a response from the
external server.
> 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.