git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@560699 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Davies 2007-07-29 08:59:30 +00:00
parent 6013b64f97
commit 13729a3690
1 changed files with 3 additions and 2 deletions

View File

@ -21,14 +21,15 @@ import org.apache.commons.logging.LogFactory;
public class DuplexNetworkTest extends SimpleNetworkTest{
protected static final Log log=LogFactory.getLog(DuplexNetworkTest.class);
/*
protected String getLocalBrokerURI(){
return "org/apache/activemq/network/duplexLocalBroker.xml";
}
*/
protected BrokerService createRemoteBroker() throws Exception{
BrokerService broker=new BrokerService();
broker.setBrokerName("remoteBroker");
broker.addConnector("tcp://localhost:61617");
return broker;
}