Gunnar Hillert opened INT-2246 and commented
The "max-messages-per-poll" needs to be added to the Jdbc Outbound Gateway.
To reproduce:
- Execute Update (Insert into ...)
- Use a select query to get some values.
- in this particular instance an implicit "JdbcPollingChannelAdapter" is instantiated
- with setMaxRowsPerPoll(1);
- However, I need more than one row returned
- There is a method setMaxRowsPerPoll(int maxRows);
- JdbcOutboundGatewayParser has IntegrationNamespaceUtils.setValueIfAttributeDefined(builder, element, "max-messages-per-poll");
BUT
- XSD Schema does not declare attribute "max-messages-per-poll"
Affects: 2.1 M3
Issue Links: