mirror of https://github.com/apache/activemq.git
Enabled
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@560699 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6013b64f97
commit
13729a3690
|
@ -21,14 +21,15 @@ import org.apache.commons.logging.LogFactory;
|
||||||
public class DuplexNetworkTest extends SimpleNetworkTest{
|
public class DuplexNetworkTest extends SimpleNetworkTest{
|
||||||
|
|
||||||
protected static final Log log=LogFactory.getLog(DuplexNetworkTest.class);
|
protected static final Log log=LogFactory.getLog(DuplexNetworkTest.class);
|
||||||
/*
|
|
||||||
protected String getLocalBrokerURI(){
|
protected String getLocalBrokerURI(){
|
||||||
return "org/apache/activemq/network/duplexLocalBroker.xml";
|
return "org/apache/activemq/network/duplexLocalBroker.xml";
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
|
||||||
protected BrokerService createRemoteBroker() throws Exception{
|
protected BrokerService createRemoteBroker() throws Exception{
|
||||||
BrokerService broker=new BrokerService();
|
BrokerService broker=new BrokerService();
|
||||||
|
broker.setBrokerName("remoteBroker");
|
||||||
broker.addConnector("tcp://localhost:61617");
|
broker.addConnector("tcp://localhost:61617");
|
||||||
return broker;
|
return broker;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue