I was able to configure my broker programatically within my startup mbean using the following without jmx conflicts:
BrokerService broker = org.apache.activemq.broker.BrokerFactory.createBroker("broker:(vm://localhost)"); broker.setUseJmx(true); broker.setPersistent(false); broker.start(); This is less than an ideal solution and leads me to believe there is a bug in the spring <amq:broker> 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 the ActiveMQ - User mailing list archive at Nabble.com.