Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 42765 invoked from network); 20 Apr 2009 08:36:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Apr 2009 08:36:00 -0000 Received: (qmail 35882 invoked by uid 500); 20 Apr 2009 08:36:00 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 35799 invoked by uid 500); 20 Apr 2009 08:35:59 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 35789 invoked by uid 99); 20 Apr 2009 08:35:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Apr 2009 08:35:59 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of chubrilo@gmail.com designates 74.125.78.146 as permitted sender) Received: from [74.125.78.146] (HELO ey-out-1920.google.com) (74.125.78.146) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Apr 2009 08:35:50 +0000 Received: by ey-out-1920.google.com with SMTP id 4so82127eyg.26 for ; Mon, 20 Apr 2009 01:35:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type; bh=EFF8QiMDr5VTxmI1rbr/jF5cK4OlNmk4U6fPBtJLjA4=; b=u81gIjhLowv2zi1BBmruqZ3DkOyfcd036YvW5WZsWLsrw8IRiEP8H9zFodV2Mhm6GO d7yLsb9bXcXeA3UjiHaKTH34qN+E39kXPR3yiI8O4bv7RsXDQMrK8e48IWAb119mnWwC ipEMa55hZacODaSYc54tatb+orik1ojfiC8Oo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=wE22Q4UowPKq0V7HdK/5iZIXa2MEJGzKC6ubmiPSP/1+7MrDBryvI19/UkcK1Irlqm FUytGmh/+N3L1vWlqzNbYqFnmbPL2BXBg80ki/i66YsDH4rdVea5UOV8pbLJSvnLmEuh 7v5yzDHfZb4AgJs1lninB9BqC88sFV32+Q6mk= MIME-Version: 1.0 Sender: chubrilo@gmail.com Received: by 10.210.76.4 with SMTP id y4mr3446690eba.12.1240216529259; Mon, 20 Apr 2009 01:35:29 -0700 (PDT) In-Reply-To: <23131135.post@talk.nabble.com> References: <23131135.post@talk.nabble.com> Date: Mon, 20 Apr 2009 10:35:29 +0200 X-Google-Sender-Auth: 66c50df499aab14c Message-ID: <36e91d9d0904200135j1629d5b6j733934dbbb2c2432@mail.gmail.com> Subject: Re: Using ActiveMQ Behind the FireWALLS From: Dejan Bosanac To: dev@activemq.apache.org Content-Type: multipart/alternative; boundary=0015174bdf28abcbaa0467f869cd X-Virus-Checked: Checked by ClamAV on apache.org --0015174bdf28abcbaa0467f869cd Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi, there are two options for using ActiveMQ over standard http protocol (and port). Http transport: http://activemq.apache.org/http-and-https-transports-reference.html or Rest: http://activemq.apache.org/rest.html But the problem is that your C# client does not support these protocols. Cheers -- Dejan Bosanac Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Mon, Apr 20, 2009 at 8:37 AM, azeemyousaf wrote: > > hi, > > I have an application running in Jboss as a server application(J2EE) and > client interface in (C#). > i want to use ActiveMQ as an embedded messaging server. I have followed the > instructions on > http://activemq.apache.org/integrating-apache-activemq-with-jboss.html and > configured it succefully. It works fine for sending or receiving messages > in > same jvm of jboss. But we need to configure ActiveMQ such that we don't > need > a separate tcp: port to be mentioned for clients outside of the jvm. > > Currently we have to connect to ActiveMQ using tcp URI. > > We cannot allow any other port than 8080 to be exposed from our server. > Please reply somebody in this regards > > > thanks n Regards > > > -- > View this message in context: > http://www.nabble.com/Using-ActiveMQ-Behind-the-FireWALLS-tp23131135p23131135.html > Sent from the ActiveMQ - Dev mailing list archive at Nabble.com. > > --0015174bdf28abcbaa0467f869cd--