mirror of https://github.com/apache/activemq.git
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@656679 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0ad7681545
commit
049ce286c7
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue