Files
spring-integration/spring-integration-jdbc
Artem Bilan 71b118ed61 INT-2625(4.3.x): Refactoring for JdbcMessageStore
JIRA: https://jira.spring.io/browse/INT-2625

Since `jdbcOperations` is mandatory property of the `JdbcMessageStore`,
make it as constructor arg to encourage users always specify `DataSource`
or `JdbcOperations`.
With that we don't need `afterPropertiesSet()` any more
2017-04-18 15:17:21 -04:00
..