git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@656679 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Davies 2008-05-15 14:25:48 +00:00
parent 0ad7681545
commit 049ce286c7
1 changed files with 1 additions and 0 deletions

View File

@ -285,6 +285,7 @@ public abstract class DemandForwardingBridgeSupport implements NetworkBridge {
IntrospectionSupport.getProperties(configuration, props, null);
String str = MarshallingSupport.propertiesToString(props);
brokerInfo.setNetworkProperties(str);
brokerInfo.setBrokerId(this.localBrokerId);
remoteBroker.oneway(brokerInfo);
}
if (remoteConnectionInfo != null) {