Fixes: https://github.com/spring-projects/spring-integration/issues/6380 The `MapSqlParameterSource` is much faster, then reflection or SpEL, so, it would be great to have such an interaction when we evaluate values for SQL queries * Enhance `BeanPropertySqlParameterSourceFactory` to use `MapSqlParameterSource` if `input` is a `Map` * Expose `JdbcMessageHandler.usePayloadAsParameterSource` for convenience with `SqlParameterSourceFactory`, especially when the payload is a map