Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 7482 invoked from network); 12 Nov 2008 17:50:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Nov 2008 17:50:36 -0000 Received: (qmail 39145 invoked by uid 500); 12 Nov 2008 17:50:42 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 39121 invoked by uid 500); 12 Nov 2008 17:50:42 -0000 Mailing-List: contact camel-dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-dev@activemq.apache.org Delivered-To: mailing list camel-dev@activemq.apache.org Received: (qmail 39088 invoked by uid 99); 12 Nov 2008 17:50:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Nov 2008 09:50:42 -0800 X-ASF-Spam-Status: No, hits=-1999.8 required=10.0 tests=ALL_TRUSTED,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Nov 2008 17:49:21 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5D589234C25D for ; Wed, 12 Nov 2008 09:50:05 -0800 (PST) Message-ID: <833561537.1226512205376.JavaMail.jira@brutus> Date: Wed, 12 Nov 2008 09:50:05 -0800 (PST) From: "Claus Ibsen (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Commented: (CAMEL-1075) mina tcp: support for asyncronous InOut endpoint. In-Reply-To: <714283438.1226420045441.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ 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.