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.
