Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 66675 invoked from network); 24 Nov 2009 15:09:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Nov 2009 15:09:55 -0000 Received: (qmail 34481 invoked by uid 500); 24 Nov 2009 15:09:55 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 34382 invoked by uid 500); 24 Nov 2009 15:09:53 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 34374 invoked by uid 99); 24 Nov 2009 15:09:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Nov 2009 15:09:53 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received-SPF: pass (athena.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; Tue, 24 Nov 2009 15:09:51 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1NCx1G-0005qg-Ux for user@geronimo.apache.org; Tue, 24 Nov 2009 07:09:30 -0800 Message-ID: <26497537.post@talk.nabble.com> Date: Tue, 24 Nov 2009 07:09:30 -0800 (PST) From: easyl To: user@geronimo.apache.org Subject: Re: ActiveMQ questions In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: easy.lin@gmail.com References: <6046DE71-4E3C-40B8-8EC9-4AC5AB97C387@yahoo.com> <18896681.post@talk.nabble.com> <8A23510C-CB00-4F00-B243-28A8533A3742@gmail.com> <18915577.post@talk.nabble.com> <93DB5343-0715-4DD0-98FA-04E8538C37F9@yahoo.com> <18918413.post@talk.nabble.com> I use geronimo 2.1.2. It seems that the only way to configurate embedded AMQ is through "ServerUrl". For example: tcp://localhost:61616?jms.copyMessageOnSend=false&jms.watchTopicAdvisories=false&socket.tcpNoDelay=true&wireFormat.tcpNoDelayEnabled=true Now I want to completely disable advisory message. See: http://activemq.apache.org/advisory-message.html The configuration is through XML config data. ... How can I do that in geronimo? I try to follow the instructions from http://activemq.apache.org/resource-adapter-properties.html To add this in deploy plan... xbean:config.xml But geronimo can not handle xbean schema. ...did not start because Failed to startup an embedded broker: xbean:config.xml, due to: java.io.IOException: Could load xbean factory:java.lang.NoClassDefFoundError: org/springframework/beans/BeansException -- View this message in context: http://old.nabble.com/ActiveMQ-questions-tp6326283s134p26497537.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.