File Cleanup - Event to JMX

This commit is contained in:
Gary Russell
2016-06-04 11:39:43 -04:00
parent e16f084628
commit 8e3622757d
55 changed files with 202 additions and 152 deletions

View File

@@ -80,7 +80,7 @@ public class GemfireMessageStore extends AbstractKeyValueMessageStore implements
}
@Override
@SuppressWarnings("unchecked")
@SuppressWarnings({ "unchecked", "deprecation" })
public void afterPropertiesSet() {
if (this.messageStoreRegion != null) {
return;

View File

@@ -13,7 +13,7 @@
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd">
<context:property-placeholder location="org/springframework/integration/gemfire/inbound/cq/common.properties"/>
<context:component-scan base-package="org.springframework.integration.gemfire.store"/>
<int:channel id="i"/>
@@ -33,4 +33,4 @@
<gfe:replicated-region id="markedRegion" cache-ref="c"/>
<gfe:replicated-region id="messageGroupRegion" cache-ref="c"/>
</beans>
</beans>

View File

@@ -2,4 +2,4 @@ host=127.0.0.1
port=55221
region-name=people
region-query=select * from /people
correlation-header=time
correlation-header=time

View File

@@ -1,3 +1,3 @@
log-level=warning
name=Spring Integration GemFire World
bind-address=127.0.0.1
bind-address=127.0.0.1