The latest changes in the `MappingMongoConverter` resolves the target type from the document. That type is a `GenericMessage`. The `GenericConversionService` doesn't match such a target type for the `MessageReadConverter implements Converter<Document, Message<?>>` and fail. * Change the `MessageReadConverter` generic type into the `GenericMessage` for matching data in the collection