Description
Oleg Zhurakousky opened INT-2200 and commented
Since 2.1.M3 'pollMessageFromGroup()' method was added to MessageGroupStore
Its current JDBC implementation while improved (see #6168) is not yet perfect since it still fetches all the rows from the table while only needing the first one.
Based on the PR comment form Gary https://github.com/SpringSource/spring-integration/pull/152/files#r185163
We should consider using JdbcPagingItemReader
Affects: 2.1 M2
This issue is a sub-task of #6523
Issue Links:
-
Add locking strategy to AbstractMessageGroupStore [INT-1117] #5123 Add locking strategy to AbstractMessageGroupStore
-
Support rescheduling of release tasks for a persistent MessageStore-backed DelayHandler upon restart [INT-1132] #5139 Support rescheduling of release tasks for a persistent MessageStore-backed DelayHandler upon restart