From users-return-23185-apmail-activemq-users-archive=activemq.apache.org@activemq.apache.org Thu Apr 08 14:25:59 2010 Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 61885 invoked from network); 8 Apr 2010 14:25:59 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Apr 2010 14:25:59 -0000 Received: (qmail 18355 invoked by uid 500); 8 Apr 2010 14:25:59 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 18322 invoked by uid 500); 8 Apr 2010 14:25:59 -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 18314 invoked by uid 99); 8 Apr 2010 14:25:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Apr 2010 14:25:59 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_HELO_PASS,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.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; Thu, 08 Apr 2010 14:25:52 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1Nzsfj-0004xn-M0 for users@activemq.apache.org; Thu, 08 Apr 2010 07:25:31 -0700 Message-ID: <28179354.post@talk.nabble.com> Date: Thu, 8 Apr 2010 07:25:31 -0700 (PDT) From: tfecw To: users@activemq.apache.org Subject: Adding resources to the ActiveMQInitialContext MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: weinbe@gmail.com X-Virus-Checked: Checked by ClamAV on apache.org I've got a stand alone app (not in an app server and no jndi provider) that is currently connecting to a weblogic jms and i'm trying to convert that to active mq. Since i don't have a JNDI provider with this, i'm trying to figure out how i can update the ActiveMQInitialContextFactory to contain what i need. My first hurdle was the code was looking for a specified ConnectionFactory. To work around that, i changed the name of connectionfactory to ConnectionFactory. Now i'm unable to find the queues/topics i've created through the active MQ interface. Are those not available when you use the ActiveMQInitialCOntextFactory? Thanks -- View this message in context: http://old.nabble.com/Adding-resources-to-the-ActiveMQInitialContext-tp28179354p28179354.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.