You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geronimo.apache.org by aaaaa <aa...@mytrashmail.com> on 2008/09/08 10:25:14 UTC

config file for a jms broker

hi all,
I'm trying to use standalone config file for a new jms broker like:

...
  <gbean name="ActiveMQ2"
class="org.apache.geronimo.activemq.BrokerServiceGBeanImpl">
        <attribute
name="brokerUri">xbean:file:/home/alex/apache-geronimo-tomcat6-javaee5-2.1.1/repository/org/apache/geronimo/configs/activemq2-broker/1.0.0/activemq2-broker-1.0.0.car/META-INF/activemq.xml</attribute>
	<attribute name="brokerName">ActiveMQ2</attribute>
  </gbean>

...


is there a way to use some relative path to activemq.xml? I tried
activemq2-broker-1.0.0.car/META-INF/activemq.xml
META-INF/activemq.xml - it didn't work - "file not found". Is it a right
place to put this config in?

thanks.




-- 
View this message in context: http://www.nabble.com/config-file-for-a-jms-broker-tp19367897s134p19367897.html
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.