git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@610432 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Davies 2008-01-09 16:16:05 +00:00
parent 3d10accb46
commit 3163d48eb1
1 changed files with 1 additions and 0 deletions

View File

@ -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);