Class OracleChannelMessageStoreQueryProvider

java.lang.Object
org.springframework.integration.jdbc.store.channel.AbstractChannelMessageStoreQueryProvider
org.springframework.integration.jdbc.store.channel.OracleChannelMessageStoreQueryProvider
All Implemented Interfaces:
ChannelMessageStoreQueryProvider

public class OracleChannelMessageStoreQueryProvider
extends AbstractChannelMessageStoreQueryProvider
Contains Oracle-specific queries for the JdbcChannelMessageStore. Please ensure that the used JdbcTemplate's fetchSize property is 1.

Fore more details, please see: https://stackoverflow.com/questions/6117254/force-oracle-to-return-top-n-rows-with-skip-locked

Since:
2.2
Author:
Gunnar Hillert, Artem Bilan, Gary Russell