Closed
Description
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.