this.uri = "";
this.remoteBrokerName = remoteBrokerName;
this.remoteClusterName = remoteclusterName;
ActiveMQConnectionFactory fac = new ActiveMQConnectionFactory();
fac.setUseAsyncSend(true);
remoteConnection = new ActiveMQConnection(fac, remoteUserName, remotePassword, channel);
remoteConnection.setJ2EEcompliant(false);
remoteConnection.setClientID("Boondocks:" + remoteClusterName + ":" + remoteBrokerName);
remoteConnection.setUseAsyncSend(true);
remoteConnection.start();
BrokerInfo info = new BrokerInfo();