SGF-396 - Enable support for variable Locator and Server endpoints on a SDG GFE Pool bean definition in a Spring Context.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<util:properties id="gemfireProperties">
|
||||
<prop key="name">PoolNamespaceConfig</prop>
|
||||
<prop key="mcast-port">0</prop>
|
||||
<prop key="log-level">warning</prop>
|
||||
<prop key="log-level">error</prop>
|
||||
</util:properties>
|
||||
|
||||
<gfe:cache properties-ref="gemfireProperties"/>
|
||||
@@ -25,9 +25,18 @@
|
||||
<gfe:locator host="localhost" port="${gfe.port}"/>
|
||||
</gfe:pool>
|
||||
|
||||
<gfe:pool id="complex" free-connection-timeout="6000" retry-attempts="30" ping-interval="5000" subscription-enabled="true" multi-user-authentication="false" pr-single-hop-enabled="true">
|
||||
<gfe:pool id="complex" free-connection-timeout="6000" retry-attempts="30" ping-interval="5000"
|
||||
subscription-enabled="true" multi-user-authentication="false" pr-single-hop-enabled="true">
|
||||
<gfe:server host="localhost" port="${gfe.port.4}"/>
|
||||
<gfe:server host="localhost" port="40405"/>
|
||||
</gfe:pool>
|
||||
|
||||
<gfe:pool id="combo-locators" locators="lavatube[11235], zod">
|
||||
<gfe:locator host="foobar" port="55421"/>
|
||||
</gfe:pool>
|
||||
|
||||
<gfe:pool id="combo-servers" servers="skullbox[9110]">
|
||||
<gfe:server host="scorch" port="21480"/>
|
||||
</gfe:pool>
|
||||
|
||||
</beans>
|
||||
|
||||
Reference in New Issue
Block a user