Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 95422 invoked from network); 31 May 2010 14:48:45 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 31 May 2010 14:48:45 -0000 Received: (qmail 21121 invoked by uid 500); 31 May 2010 14:48:45 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 20981 invoked by uid 500); 31 May 2010 14:48:45 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 20973 invoked by uid 99); 31 May 2010 14:48:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 May 2010 14:48:45 +0000 X-ASF-Spam-Status: No, hits=-0.3 required=10.0 tests=AWL,FREEMAIL_FROM,SPF_HELO_PASS,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 May 2010 14:48:40 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1OJ6Hr-0005Z2-Ta for users@activemq.apache.org; Mon, 31 May 2010 07:48:19 -0700 Message-ID: <28731752.post@talk.nabble.com> Date: Mon, 31 May 2010 07:48:19 -0700 (PDT) From: cmoulliard To: users@activemq.apache.org Subject: Re: Transport protocol "jms-tcp" - how to use? In-Reply-To: <28678119.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: cmoulliard@gmail.com References: <28678119.post@talk.nabble.com> Hi Matthes, There is no jms protocol. JMS is a specification allowing to produce/consume messages from a broker. ActiveMQ provides different protocol to communicate to the broker. If your application runs inside the same virtual machine that ActiveMq, you can use vm:// protocol otherwise tcp://. If the connection must be encrypted, SSL:// will be used and so on .... KR, Charles Matthes Rieke wrote: > > Hi, > > I am rather new to JMS and ActiveMQ but managed to get some simple things > running. For my work I have to implement a bridge from JMS to SOAP. I have > an URL from a external server who is prdoviding some dynamic topics. But > this server is using the protocol jms-tcp (e.g., > "jms-tcp://server1.domain.com:61616"). ActiveMQ seems not to support this > protocol and I have done a few hours of google search and did not find > anything that uses this transport protocol. > > Is there any way to connect to this server? > > Best Regards, > Matthes > ----- Charles Moulliard SOA Architect My Blog : http://cmoulliard.blogspot.com/ http://cmoulliard.blogspot.com/ -- View this message in context: http://old.nabble.com/Transport-protocol-%22jms-tcp%22---how-to-use--tp28678119p28731752.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.