Re: Configuring Embedded Broker with Spring/JBoss JMX issues

2008-10-02 Thread Bruce Snyder
On Thu, Oct 2, 2008 at 3:37 AM, Dejan Bosanac <[EMAIL PROTECTED]> wrote: > If you are taking this route, you can try defining your broker > configuration in a separate xml file and do something like > > BrokerService broker = BrokerFactory.createBroker(new > URI("xbean:activemq.xml")); > broker.sta

Re: Configuring Embedded Broker with Spring/JBoss JMX issues

2008-10-02 Thread Dejan Bosanac
If you are taking this route, you can try defining your broker configuration in a separate xml file and do something like BrokerService broker = BrokerFactory.createBroker(new URI("xbean:activemq.xml")); broker.start(); it will be easier to configure it that way. Cheers -- Dejan Bosanac htt

Re: Configuring Embedded Broker with Spring/JBoss JMX issues

2008-10-01 Thread CB4
tent(false); broker.start(); This is less than an ideal solution and leads me to believe there is a bug in the spring xml schema configuration handler. -- View this message in context: http://www.nabble.com/Configuring-Embedded-Broker-with-Spring-JBoss-JMX-issues-tp19761024p19770719.html Sent from th

Re: Configuring Embedded Broker with Spring/JBoss JMX issues

2008-10-01 Thread CB4
in context: http://www.nabble.com/Configuring-Embedded-Broker-with-Spring-JBoss-JMX-issues-tp19761024p19768140.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Configuring Embedded Broker with Spring/JBoss JMX issues

2008-10-01 Thread CB4
onfiguring-Embedded-Broker-with-Spring-JBoss-JMX-issues-tp19761024p19767822.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Configuring Embedded Broker with Spring/JBoss JMX issues

2008-10-01 Thread James Strachan
2008/10/1 James Strachan <[EMAIL PROTECTED]>: > 2008/10/1 CB4 <[EMAIL PROTECTED]>: >> >> I forgot to mention that if I omit the amq:broker element from my context >> everything works just fine as the connectionFactory created the broker with >> default behavior (using the vm URI). However this won

Re: Configuring Embedded Broker with Spring/JBoss JMX issues

2008-10-01 Thread James Strachan
2008/10/1 CB4 <[EMAIL PROTECTED]>: > > I forgot to mention that if I omit the amq:broker element from my context > everything works just fine as the connectionFactory created the broker with > default behavior (using the vm URI). However this won't do it for me as I > need to configure the broker

Re: Configuring Embedded Broker with Spring/JBoss JMX issues

2008-10-01 Thread CB4
ssage in context: http://www.nabble.com/Configuring-Embedded-Broker-with-Spring-JBoss-JMX-issues-tp19761024p19761097.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Configuring Embedded Broker with Spring/JBoss JMX issues

2008-10-01 Thread CB4
org.jboss.system.server.ServerImpl.start(ServerImpl.java:362) at org.jboss.Main.boot(Main.java:200) at org.jboss.Main$1.run(Main.java:508) at java.lang.Thread.run(Thread.java:595) -- View this message in context: http://www.nabble.com/Configuring-Embedded-Broker-with-Spring-JBoss-JMX

Configuring Embedded Broker with Spring/JBoss JMX issues

2008-10-01 Thread CB4
hod.invoke(Method.java:585) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) -- View this message in context: http://www.nabble.com/Configuring-Embedded-Broker-with-Spring-JBoss-