Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 89329 invoked from network); 16 May 2006 09:05:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 May 2006 09:05:24 -0000 Received: (qmail 65033 invoked by uid 500); 16 May 2006 09:05:24 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 64995 invoked by uid 500); 16 May 2006 09:05:24 -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 64986 invoked by uid 99); 16 May 2006 09:05:23 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 May 2006 02:05:23 -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; Tue, 16 May 2006 02:05:23 -0700 Received: from localhost ([127.0.0.1] helo=talk.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1Ffv6A-0000L0-KH for activemq-users@geronimo.apache.org; Tue, 16 May 2006 01:40:12 -0700 Message-ID: <4405101.post@talk.nabble.com> Date: Tue, 16 May 2006 01:40:08 -0700 (PDT) From: Cybernd To: activemq-users@geronimo.apache.org Subject: Re: Problem using AMQ 4.0 on JBoss 4.0 In-Reply-To: <4392206.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-Sender: cybernd@cybernd.at X-Nabble-From: Cybernd References: <4389769.post@talk.nabble.com> <4392206.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 They changed the destination Property: JBoss 4.0.4.GA "propertyName = "destination"" JBoss 4.0.4.cr2 "propertyName = "Destination"" So its just necessary to lowercase the destination property. Afterwards jboss will autocreate topics at deployment time. The problem is that he does not create them well ;o) Maybe they are created with the default JMS Provider? AMQ does not recognize them. any ideas? Bernhard -- View this message in context: http://www.nabble.com/Problem-using-AMQ-4.0-on-JBoss-4.0-t1620054.html#a4405101 Sent from the ActiveMQ - User forum at Nabble.com.