From users-return-13995-apmail-activemq-users-archive=activemq.apache.org@activemq.apache.org Tue May 13 09:43:43 2008 Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 5925 invoked from network); 13 May 2008 09:43:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 May 2008 09:43:43 -0000 Received: (qmail 86472 invoked by uid 500); 13 May 2008 09:43:44 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 86446 invoked by uid 500); 13 May 2008 09:43:44 -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 86435 invoked by uid 99); 13 May 2008 09:43:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 May 2008 02:43:44 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of toxicafunk@gmail.com designates 64.233.166.181 as permitted sender) Received: from [64.233.166.181] (HELO py-out-1112.google.com) (64.233.166.181) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 May 2008 09:42:57 +0000 Received: by py-out-1112.google.com with SMTP id f47so1350507pye.6 for ; Tue, 13 May 2008 02:43:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; bh=XTQLGDw2eChuSvW9Zjxlto/OIT/P/o1NjhRsnCd0Hv8=; b=NZ5W1xEBVPL2V3I7yjE43gzpkEOMLNYqLFebAFllvmqnJFiOSTee6pFpU/UyF+kDQvC0WmjVIObfoe5L+z2eC5w/T7HR6cchAhDtgJizK05Ro3ydX7xJ6/WxGnHjrRGOx9oatdgsAs6xw8BkAGhAlqvyLNlDMV81xp3sX0bsXa0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; b=rvMtRxVfkoSctux597hc/vYyfHT7lvxmVQMZiOXNpyNvgwsfSP46m86b4wpAgCg27aBWzGWbDELPdkk8LjEHyA+krU8+1WFJHn1q+sXyPPDVv9o5/6lHQv5crfJhS8XQ4jFiRvRq3VywHTJo4RtJkxSnGy+6wnLdCDNTpo8CCp8= Received: by 10.35.17.14 with SMTP id u14mr15812204pyi.61.1210671792090; Tue, 13 May 2008 02:43:12 -0700 (PDT) Received: from ?10.103.10.128? ( [62.22.47.130]) by mx.google.com with ESMTPS id w38sm27039732pyg.3.2008.05.13.02.43.08 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 13 May 2008 02:43:10 -0700 (PDT) Message-ID: <482962AC.5010001@gmail.com> Date: Tue, 13 May 2008 11:43:08 +0200 From: Eric Rodriguez User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: users@activemq.apache.org Subject: Re: MessageServlet in Glassfish References: <17204399.post@talk.nabble.com> In-Reply-To: <17204399.post@talk.nabble.com> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I don't know how OpenMQ works, I can tell you however that you can point it to an external broker such as tcp://host.port and many more protocols: http://activemq.apache.org/uri-protocols.html Hope this helps, Eric lancedv wrote: > Hi to all, > > I was wondering if i could use the MessageServlet servlet in Glassfish using > OpenMQ as broker. I noticed that in the deployment descriptor of demo web > app that it is using an embedded broker pointing to vm://localhost. > > Would it work if i use OpenMQ? TIA