| <?xml version="1.0" encoding="UTF-8"?> |
| <!DOCTYPE cache PUBLIC "-//GemStone Systems, Inc.//GemFire Declarative Cache 5.5//EN" "http://www.gemstone.com/dtd/cache5_5.dtd"> |
| <cache lock-lease="120" lock-timeout="60" search-timeout="300" is-server="false" copy-on-read="false"> |
| |
| <bridge-server port="$PORT_NUM" notify-by-subscription="true" /> |
| |
| <region name="notifyBySubscriptionRegion"> |
| <region-attributes scope="distributed-ack" data-policy="replicate" statistics-enabled="true" /> |
| </region> |
| |
| <region name="noNotifyBySubscriptionRegion"> |
| <region-attributes scope="distributed-ack" data-policy="replicate" statistics-enabled="true" /> |
| </region> |
| |
| </cache> |