Files
spring-integration/spring-integration-jdbc/src/main
Artem Bilan 7c701ca5e6 INT-2576: Optimize JdbcMS.removeMessageGroup
JIRA: https://jira.spring.io/browse/INT-2576

* Do not fetch message ids and then iterate over them to remove
one by one - just use an appropriate `DELETE` query for all messages
2017-11-27 16:12:13 -05:00
..