Error added: 2020-10-20T18:34:26Z
@Bean public MessageConverter jacksonJmsMessageConverter(ObjectMapper objectMapper) { MappingJackson2MessageConverter converter = new MappingJackson2MessageConverter(); converter.setTargetType(MessageType.TEXT); converter.setTypeIdPropertyName("_type"); converter.setObjectMapper(objectMapper); return converter; }
If you know the answer, please add your own solution below.
If you don't know, but find out later, please come back and share your answer - there will be other people
struggling with this too.
If you want to be notified via email when this is solved, enter your email address here: