Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 71574 invoked from network); 9 Mar 2007 12:39:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Mar 2007 12:39:16 -0000 Received: (qmail 82351 invoked by uid 500); 9 Mar 2007 12:39:24 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 82331 invoked by uid 500); 9 Mar 2007 12:39:24 -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 82322 invoked by uid 99); 9 Mar 2007 12:39:24 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of james.strachan@gmail.com designates 64.233.182.188 as permitted sender) Received: from [64.233.182.188] (HELO nf-out-0910.google.com) (64.233.182.188) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Mar 2007 04:39:22 -0800 Received: by nf-out-0910.google.com with SMTP id y38so1124961nfb for ; Fri, 09 Mar 2007 04:37:52 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=i5NS8CTBspOjlQ9IFmu6+cH/9al8kAyeqdnBN/0pDsYv3d5efQBEqv+9514oxghXN3i3nN/vx3xNTjEts6Zptoebqfg3Gud1uXu+XS/skVOvAH3cOHYW3XhPySzZTGiYba+YNZ3vB5yQU5K0LH8inwmLPlGpgAtwfTxU4JOedWM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=hpTJ5fkroimoJjX7yQjDOyE6cjel3xq7H2u8xvMsqP88tg7b2bUHRee/OfFm1zVnCs8fQ1I+TDYC2p8p1vxBBU69/+ZM52Ft5d0ua4285MnJtZkGB9Or6Hs3k9VAQmtJ4MuXT5Qvc9w+h1ILGHHkqNfpTiydxCSCCLe7+XuwvnY= Received: by 10.78.195.9 with SMTP id s9mr204353huf.1173443872599; Fri, 09 Mar 2007 04:37:52 -0800 (PST) Received: by 10.78.155.11 with HTTP; Fri, 9 Mar 2007 04:37:52 -0800 (PST) Message-ID: Date: Fri, 9 Mar 2007 12:37:52 +0000 From: "James Strachan" To: users@activemq.apache.org Subject: Re: [Spam: 5.0] Embedding ActiveMQ in Sun App Server 9 In-Reply-To: <9391331.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <9332615.post@talk.nabble.com> <9391331.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org On 3/9/07, nicpillinger wrote: > If we deploy the activemq resource adaptor how do we configure the embedded > broker? > How do we actually get the broker running and listening on 61616 from inside > the app server? Its described on this page http://activemq.apache.org/resource-adapter-properties.html see the BrokerXmlConfig property. > Once it's actually running what's the process for getting a normal mdb wired > up to listen to a queue/topic on the embedded broker? There's no real difference from a JMS client or MDB between an embedded or non-embedded broker. Just connect via a URI as usual. (say using tcp://localhost:61616) Though for an embedded broker you are able to use the URI vm://localhost if you want to -- James ------- http://radio.weblogs.com/0112098/