Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 67828 invoked from network); 16 Jun 2006 12:04:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Jun 2006 12:04:55 -0000 Received: (qmail 31055 invoked by uid 500); 16 Jun 2006 12:04:55 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 30945 invoked by uid 500); 16 Jun 2006 12:04:55 -0000 Mailing-List: contact activemq-users-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-users@geronimo.apache.org Delivered-To: mailing list activemq-users@geronimo.apache.org Received: (qmail 30935 invoked by uid 99); 16 Jun 2006 12:04:54 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Jun 2006 05:04:54 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=RCVD_IN_BL_SPAMCOP_NET,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of james.strachan@gmail.com designates 66.249.92.174 as permitted sender) Received: from [66.249.92.174] (HELO ug-out-1314.google.com) (66.249.92.174) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Jun 2006 05:04:53 -0700 Received: by ug-out-1314.google.com with SMTP id m3so1677280uge for ; Fri, 16 Jun 2006 05:04:32 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=HabvL+UsUEH9918TqjISQ8XfMemy9l5STKjds2xTiclGEvPIB3W83lfGZABykewGTH2Oj+BXLQpweSaodhOWiU0ExD/4mhHjZn4qMrroMk3QPKHme+cOG5BgiNfum3N+YszWD9W6g002TNfZpdxjQPe34AXxvk28XbdM4BVKh48= Received: by 10.67.19.13 with SMTP id w13mr2684951ugi; Fri, 16 Jun 2006 05:04:32 -0700 (PDT) Received: by 10.66.255.17 with HTTP; Fri, 16 Jun 2006 05:04:31 -0700 (PDT) Message-ID: Date: Fri, 16 Jun 2006 13:04:31 +0100 From: "James Strachan" To: activemq-users@geronimo.apache.org Subject: Re: useEmbeddedBroker In-Reply-To: <4898996.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: <4898996.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N We recommend you explicitly configure an embedded broker via spring or Java than JNDI... http://incubator.apache.org/activemq/how-do-i-embed-a-broker-inside-a-connection.html but it you are using ActiveMQ's JNDI then you can configure the embedded broker by just using the VM transport... http://incubator.apache.org/activemq/vm-transport-reference.html so setting the brokerURL to some vm:// URI (that page has examples). e.g. if you are purely local and no network connections... vm://localhost if you want to allow others to connect on TCP... vm:broker:(tcp://localhost:61616) On 6/16/06, zizou77 wrote: > > > hello, > in activemq v3, i used useEmbeddedBroker in my config xml > > className="org.mule.providers.jms.JmsConnector"> > > > > value="org.apache.activemq.jndi.ActiveMQInitialContextFactory" /> > > /> > > > > > > but in v4.0 useEmbeddedBroker not exist > what replace it? > > -- > View this message in context: http://www.nabble.com/useEmbeddedBroker-t1797759.html#a4898996 > Sent from the ActiveMQ - User forum at Nabble.com. > > -- James ------- http://radio.weblogs.com/0112098/