Package com.jfinal.ext.plugin.config

Examples of com.jfinal.ext.plugin.config.ConfigPlugin.start()


   // //@Test
    public void sendQueueWithConfigPlugin() throws InterruptedException {
        ConfigPlugin configPlugin = new ConfigPlugin("jms.properties");
        JmsPlugin jmsPlugin = new JmsPlugin(configPlugin);
        configPlugin.start();
        jmsPlugin.start();
        JmsKit.sendQueue("q1", new M(), "a");
        TimeUnit.SECONDS.sleep(60);
    }
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.