134135136137138139140
protected ReplayCache replayCache() { return new ReplayCache(new MapBasedStorageService<String,ReplayCacheEntry>(), replayCacheDuration); } protected MessageReplayRule messageReplayRule() { return new MessageReplayRule(replayCache()); }