Spring integration deadlock using Aggregator + MessageStoreReaper + Redis?
问题 This question is related to this post in SI forum, but as the forum is closed, I post it here to continue the thread: http://forum.spring.io/forum/spring-projects/integration/748192-messages-not-flowing-when-using-jms-channels To sum up, I have an aggregator with a Redis message store and a reaper scheduled every 60 secs. Messages are sent to the aggregator using a JMS-Channel. Here's the config: <bean id="jedisPoolConfigBean" class="redis.clients.jedis.JedisPoolConfig"> <property name=