Package org.apache.activemq.plugin

Examples of org.apache.activemq.plugin.SubQueueSelectorCacheBrokerPlugin


            virtualTopic.setSelectorAware(true);
            VirtualDestination[] virtualDestinations = { virtualTopic };
            interceptor.setVirtualDestinations(virtualDestinations);
            broker.setDestinationInterceptors(new DestinationInterceptor[]{interceptor});

            SubQueueSelectorCacheBrokerPlugin subQueueSelectorCacheBrokerPlugin = new SubQueueSelectorCacheBrokerPlugin();
            BrokerPlugin[] updatedPlugins = {subQueueSelectorCacheBrokerPlugin};
            broker.setPlugins(updatedPlugins);

            broker.start();
            broker.waitUntilStarted();
View Full Code Here

TOP

Related Classes of org.apache.activemq.plugin.SubQueueSelectorCacheBrokerPlugin

Copyright © 2018 www.massapicom. 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.