Skip to content

Embrace queue APIs in Spring's JDBC message stores for polling messages #3872

Closed
@raphw

Description

@raphw

Modern databases support much better queuing APIs than what they offered years ago, so articles like the one included in the Spring integration documentation are rather dated.

For example, Postgres offers LISTEN and NOTIFY or Oracle database change norification. These APIs would allow for a more efficient Queue usage of the JDBC queues that are offered, if a database offers it.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions