Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 12236 invoked from network); 11 Jun 2006 22:54:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Jun 2006 22:54:04 -0000 Received: (qmail 12037 invoked by uid 500); 11 Jun 2006 22:54:03 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 12010 invoked by uid 500); 11 Jun 2006 22:54:03 -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 12001 invoked by uid 99); 11 Jun 2006 22:54:03 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Jun 2006 15:54:03 -0700 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 (asf.osuosl.org: domain of lists@nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Jun 2006 15:54:02 -0700 Received: from localhost ([127.0.0.1] helo=talk.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1FpYoQ-0004R1-36 for activemq-users@geronimo.apache.org; Sun, 11 Jun 2006 15:53:42 -0700 Message-ID: <4821299.post@talk.nabble.com> Date: Sun, 11 Jun 2006 15:53:42 -0700 (PDT) From: Jeppe To: activemq-users@geronimo.apache.org Subject: JNDI Remote usage of Connection Factories.. MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-Sender: Jesper.Soderlund@smarttrust.com X-Nabble-From: Jeppe X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I've tried to make heads-or-tails of Activemq deployed inside JBoss 4.0.4 and attempting to retrieve a TopicConnectionFactory and QueueConnectionFactory. I've run with a slightly modifiedversion of the "-ds.xml" file from the Wiki. Anyways the basic problem is that a activemq/TopicConnectionFactory and activemq/QueueConnectionFactory entries appears registered in the remote JNDI-tree. But looking them up will just yield a "null"-object whereas looking up the connection factory for JBossMQ using the same mechanism The previous entry "http://www.nabble.com/remote-jndi-t1367903.html#a3668296" also refferered to the behavior I'm seeing. That thread was not satistfactory concluded and wondered if someone has solved this or experienced this problem since that post. Here is the "activemq-ds.xml" file used: activemq/QueueConnectionFactory false activemq-ra-4.0.rar javax.jms.QueueConnectionFactory JmsXARealm activemq/TopicConnectionFactory false activemq-ra-4.0.rar javax.jms.TopicConnectionFactory JmsXARealm activemq/queue/outbound jboss.jca:service=RARDeployment,name='activemq-ra-4.0.rar' javax.jms.Queue PhysicalName=queue.outbound -- View this message in context: http://www.nabble.com/JNDI-Remote-usage-of-Connection-Factories..-t1771345.html#a4821299 Sent from the ActiveMQ - User forum at Nabble.com.