mirror of https://github.com/apache/activemq.git
applied patch for https://issues.apache.org/activemq/browse/AMQ-1542
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@610432 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3d10accb46
commit
3163d48eb1
|
@ -280,6 +280,7 @@ public abstract class DemandForwardingBridgeSupport implements NetworkBridge {
|
|||
// set our properties
|
||||
Properties props = new Properties();
|
||||
IntrospectionSupport.getProperties(this, props, null);
|
||||
props.setProperty("networkTTL", String.valueOf(configuration.getNetworkTTL()));
|
||||
String str = MarshallingSupport.propertiesToString(props);
|
||||
brokerInfo.setNetworkProperties(str);
|
||||
remoteBroker.oneway(brokerInfo);
|
||||
|
|
Loading…
Reference in New Issue