From users-return-25180-apmail-activemq-users-archive=activemq.apache.org@activemq.apache.org Thu Sep 02 13:58:44 2010 Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 9598 invoked from network); 2 Sep 2010 13:58:43 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Sep 2010 13:58:43 -0000 Received: (qmail 21284 invoked by uid 500); 2 Sep 2010 13:58:42 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 20983 invoked by uid 500); 2 Sep 2010 13:58:39 -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 20971 invoked by uid 99); 2 Sep 2010 13:58:38 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Sep 2010 13:58:38 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [78.46.64.36] (HELO www.sebastian-just.de) (78.46.64.36) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Sep 2010 13:58:13 +0000 Received: from www.sebastian-just.de (localhost.localdomain [127.0.0.1]) by www.sebastian-just.de (Postfix) with ESMTP id A110E42BD78 for ; Thu, 2 Sep 2010 15:57:52 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Date: Thu, 02 Sep 2010 15:57:52 +0200 From: zeeman To: Subject: Re: Embedded broker on JBoss with tcp transport =?UTF-8?Q?possible=3F?= In-Reply-To: References: <4e69e5dd13582558298cbf681083a209@localhost> Message-ID: <4130dc2121de4540549918a3672deb84@localhost> X-Sender: zeeman@zeeman.de User-Agent: Roundcube Webmail/0.4 X-Virus-Checked: Checked by ClamAV on apache.org Hi! > Have a peek at the ra.xml in the RAR, META-INF/ra.xml > > Note the commented out BrokerXmlConfig value, this can be used to > specify the broker confguration for an embedded broker Thanks for the response. You're absolutly right. I was hit by this JBoss issue: JBAS-3343 JBoss 4.x ignores some settinges and always uses the default from the META-INF/ra.xml. Changing the ra.xml itself works and let me setup my desired configuration. Thanks a lot! Kind regards, Sebastian