Package org.apache.airavata.test.suite.workflowtracking.tests.util

Examples of org.apache.airavata.test.suite.workflowtracking.tests.util.SubscriberThread


    public void testMultipleSubscribers() throws Exception {

        SubscriberThread[] subscribers = new SubscriberThread[NUMBER_OF_SUBSCRIBERS];
        for (int i = 0; i < NUMBER_OF_SUBSCRIBERS; ++i) {
            subscribers[i] = new SubscriberThread(this, BROKER_URL, "topic" + i, consumerPort + i);
            subscribers[i].start();

        }

        Thread.sleep(5000);
View Full Code Here

TOP

Related Classes of org.apache.airavata.test.suite.workflowtracking.tests.util.SubscriberThread

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.