System.setProperty("event-benchmark-thread-count", "4");
final NamedCache out = CacheFactory.getCache("out-pool");
final NamedCache in = CacheFactory.getCache("in-pool");
in.addMapListener(new MapListener() {
@Override
public void entryUpdated(MapEvent evt) {
// ignore
}