I just figured out what was wrong. I didn't realize my classpath was being overwritten. I happened to name my config file activemq.xml not realizing the default, in the conf directory, was named the same.
Apparently the classpath was getting overwritten and that one was being used. Everything is working as expected now ... thanks for your offer of assistance. James.Strachan wrote: > > Could you give a real example of the XML you are using as the one you > mentioned is invalid (no namespace and a typo on the root element). > > On 8/18/06, pauldale <[EMAIL PROTECTED]> wrote: >> >> Hi all, >> >> I've been attempting to get activemq 4.0.1 working with an xml >> configuration >> file. >> >> I'm using >> >> ./activemq xbean:config.xml >> >> and it says >> >> Loading message broker from: xbean:activemq.xml >> >> But it still shows the default configuration on the output, e.g. changing >> the port, adding the name, etc doesn't work. >> >> Using the broker: notation does work, but it seems that there are only a >> few >> specific options you can configure that way. >> >> >> I've tried it even with a very minimal xml config such as >> >> <breans> >> <broker useJmx="false"> >> </broker> >> </beans> >> >> And it still isn't modifying the broker's configuration (It always starts >> with the defaults ...) >> >> >> Any suggestions on what I may be doing wrong? >> >> Many thanks ... >> >> Paul >> -- >> View this message in context: >> http://www.nabble.com/xbean%3Aconfig.xml-not-working-tf2124341.html#a5860815 >> Sent from the ActiveMQ - User forum at Nabble.com. >> >> > > > -- > > James > ------- > http://radio.weblogs.com/0112098/ > > -- View this message in context: http://www.nabble.com/xbean%3Aconfig.xml-not-working-tf2124341.html#a5903164 Sent from the ActiveMQ - User forum at Nabble.com.
