Go to <Geronimo_HOME>/var/activemq/conf directory and update activemq.xml file according to your needs. You can have the same experiences as you can do for a standalone ActiveMQ server. If you need to update ActiveMQ default port in Geronimo, you may update the value of ActiveMQPort in /var/config/config-substitutions.properties file.
Hope this helps. Jeff C On Tue, Nov 24, 2009 at 11:09 PM, easyl <[email protected]> wrote: > > I use geronimo 2.1.2. > It seems that the only way to configurate embedded AMQ is through > "ServerUrl". > > For example: > <config-property-setting > > name="ServerUrl">tcp://localhost:61616?jms.copyMessageOnSend=false&jms.watchTopicAdvisories=false&socket.tcpNoDelay=true&wireFormat.tcpNoDelayEnabled=true</config-property-setting> > > > Now I want to completely disable advisory message. > See: http://activemq.apache.org/advisory-message.html > The configuration is through XML config data. > <broker advisorySupport="false">... > > 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... > <config-property-setting > name="BrokerXmlConfig">xbean:config.xml</config-property-setting> > > 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. > >
