Spring-integration-jdbc 5.0.6.RELEASE.
I found that 'stored-proc-inbound-channel-adapter' no longer has attribute 'max-rows-per-poll'. What is the replacement for it?
2
votes
1 Answers
1
votes
The <int-jdbc:stored-proc-inbound-channel-adapter>
has never had a max-rows-per-poll
option. The is a mistake in the Reference Manual. I assume as a silly result of copy/paste from the regular <int-jdbc:inbound-channel-adapter>
description.
Not sure why you talk about a <int-jdbc:stored-proc-inbound-channel-adapter>
and that version, but it is indeed a fact that <int-jdbc:inbound-channel-adapter>
now in the version 5.1
requires max-rows
instead. Nevertheless a max-rows-per-poll
is still there, although deprecated.