composite.setMaximumRetries(maximumRetries);
composite.setFailureSleepTime(reconnectSleepTime);
}
boondocksChannel.start();
//create our own broker connector ...
BrokerConnectorImpl connector = new BrokerConnectorImpl(getBrokerContainer(),"vm://uri",new DefaultWireFormat());
connector.start();
connector.addClient(boondocksChannel);
sendBrokerInfo();
}
catch (URISyntaxException e) {
log.error("Could not parse uri: " + uri + " to make remote connector",e);
}