Package org.apache.activemq.broker.jmx

Examples of org.apache.activemq.broker.jmx.BrokerView.addQueue()


    @Test
    public void testDestinationSave() throws Exception {

        BrokerView brokerView = broker.getAdminView();
        brokerView.addQueue("test-queue");

        broker.stop();
        broker.waitUntilStopped();

        broker = createBroker();
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.