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