1 18 package org.apache.activemq.network; 19 20 24 public class MulticastNetworkTest extends SimpleNetworkTest { 25 26 protected String getRemoteBrokerURI() { 27 return "org/apache/activemq/network/multicast/remoteBroker.xml"; 28 } 29 30 protected String getLocalBrokerURI() { 31 return "org/apache/activemq/network/multicast/localBroker.xml"; 32 } 33 } 34 | Popular Tags |