Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 64927 invoked from network); 22 Jun 2007 04:43:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Jun 2007 04:43:13 -0000 Received: (qmail 26752 invoked by uid 500); 22 Jun 2007 04:43:16 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 26704 invoked by uid 500); 22 Jun 2007 04:43:15 -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 26695 invoked by uid 99); 22 Jun 2007 04:43:15 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jun 2007 21:43:15 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [216.113.193.83] (HELO ly.sdf.com) (216.113.193.83) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jun 2007 21:43:11 -0700 Received: from localhost (localhost [127.0.0.1]) by ly.sdf.com (Postfix) with ESMTP id 08019228390 for ; Thu, 21 Jun 2007 21:43:13 -0700 (PDT) X-Virus-Scanned: amavisd-new at X-Spam-Score: -3.935 X-Spam-Level: Received: from ly.sdf.com ([127.0.0.1]) by localhost (ly.sdf.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Eou05A2kLUVx for ; Thu, 21 Jun 2007 21:43:11 -0700 (PDT) Received: from ly.sdf.com (ly.sdf.com [216.113.193.83]) by ly.sdf.com (Postfix) with ESMTP id E2ACE22838F for ; Thu, 21 Jun 2007 21:43:11 -0700 (PDT) Date: Thu, 21 Jun 2007 21:43:11 -0700 (PDT) From: Tom Samplonius To: users Message-ID: <5250613.3941182487391834.JavaMail.root@ly.sdf.com> Subject: Defining queue in activemq.xml MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [64.251.80.98] X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-3.935 tagged_above=-10 required=6.6 tests=[ALL_TRUSTED=-1.8, AWL=0.464, BAYES_00=-2.599] How do you define a queue in activemq.xml? I looked at the XSD and the best that I could come up with is: But this causes a null pointer exception. It is very hard to find documentation on this type of thing. I've seen an example on the web page, but I can't find it now. Tom