The JDBC Message Dispatcher does not copy properties of the original message when it constructs a new one for its further processing. This actually breaks some expression evaluations that were supposed to work, e.g. ${header:*} is no longer working now for INSERT/UPDATE statement.
See patch for more details.