Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 97765 invoked from network); 19 Jun 2009 13:43:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 Jun 2009 13:43:57 -0000 Received: (qmail 53306 invoked by uid 500); 19 Jun 2009 13:30:55 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 53292 invoked by uid 500); 19 Jun 2009 13:30:55 -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 53282 invoked by uid 99); 19 Jun 2009 13:30:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Jun 2009 13:30:55 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS 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; Fri, 19 Jun 2009 13:30:46 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MHeAj-0007Vs-O1 for users@activemq.apache.org; Fri, 19 Jun 2009 06:30:25 -0700 Message-ID: <24111538.post@talk.nabble.com> Date: Fri, 19 Jun 2009 06:30:25 -0700 (PDT) From: mkeenan To: users@activemq.apache.org Subject: Re: Where do I find provider jars? activemq.jar is NOT included in apache-activemq-5.2.0-bin.zip In-Reply-To: <7b3355cb0906181231m3a24ad80v2970c2f480f0372c@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: keenan@p2sol.com References: <24095806.post@talk.nabble.com> <24099297.post@talk.nabble.com> <7b3355cb0906181231m3a24ad80v2970c2f480f0372c@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org bsnyder wrote: > > Thanks for reporting back your results. I've updated the wiki page. > It appears the 'Flash Demo' and the 'Screen Shot' links on that page both refer to missing resources as well. For anyone interested, here are HermesJMS session settings that work (verified this morning) for 5.1, 5.2 and 5.3 brokers: Plug In : ActiveMQ brokerName : localhost password : defaultPassword username : defaultUser serviceURL : service:jmx:rmi:///jndi/rmi://localhost:1199/jmxrmi Connection Factory : hermes.JNDIConnectionFactory binding : org.apache.activemq.jndi.ActiveMQInitialContextFactory initialContextFactory : ConnectionFactory providerURL : tcp://localhost:61616 securityCredentials : defaultPassword securityPrincipal : defaultUser Substitute values as appropriate. When doing copy-paste keep in mind that the brokerName is defined by configuration and the default value of "localhost" applies even when you are connecting to a remote broker. If JMX is disabled you can skip the Plug In section but I think you lose the ability to discover destinations so you will have to type those in by hand. -- View this message in context: http://www.nabble.com/Where-do-I-find-provider-jars--activemq.jar-is-NOT-included-in-apache-activemq-5.2.0-bin.zip-tp24095806p24111538.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.