Skip to content

Consider improving message polling in JdbcMessageStore [INT-2200] #6182

Closed
@spring-operator

Description

@spring-operator

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:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions