Only using *Spring Data GemFire*, e.g. ... <util:properties id="gemfireProperties"> <prop key="durable-client-id">ExampleDurableClientId</prop> <prop key="durable-client-timeout">300</prop> <prop key="log-level">warning</prop> <prop key="mcast-port">0</prop> <prop key="name">Example</prop> ... *// any valid GemFire (System) property as defined HERE <http://gemfire.docs.pivotal.io/docs-gemfire/reference/topics/gemfire_properties.html>* </util:properties>
<gfe:client-cache properties-ref="gemfireProperties" .../> There is no equivalent in GemFire's native, (client-)cache XML. Note, just because developers may not be using Spring to develop applications does no preclude them from at least using SDG to "configure" GemFire. Cheers, John On Mon, Oct 19, 2015 at 6:05 PM, Nikhil Chandrappa <[email protected]> wrote: > Hi, > > I was wondering is there a way to specify Gemfire properties in > client-cache.xml. > > Thanks, > Nikhil Chandrappa > -- -John 503-504-8657 john.blum10101 (skype)
