Fixes https://github.com/spring-cloud/spring-cloud-stream/issues/2794 The custom ObjectMapper used in AMCB is unable to serialize java.time.Duration values. To fix this, the ObjectMapper needs to register the JavaTimeModule from the jackson-datatype-jsr310 libarary. Adding a test to verify the fix.