<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns

="http://www.springframework.org/schema/p"
xmlns:util="http://www.springframework.org/schema/util"
xmlns:gfe="http://www.springframework.org/schema/gemfire"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schem...ring-beans.xsd
http://www.springframework.org/schema/util http://www.springframework.org/schem...pring-util.xsd
http://www.springframework.org/schema/gemfire http://www.springframework.org/schema/gemfire/spring-gemfire.xsd">
<!-- Create client cache -->
<gfe:client-cache id="b-cache" pool-name="client" />
<gfe

ool subscription-enabled="true" id="client">
<gfe:server host="localhost" port="40404"/>
</gfe

ool>
<!-- create region -->
<gfe:client-region id="exampleRegion" pool-name="client">
<gfe:cache-listener>
<bean class="quickstart.SimpleCacheListener"/>
</gfe:cache-listener>
</gfe:client-region>
</beans>