How to setup ContentType for Azure ServiceBus from Spring JMS
问题 I'm trying to use library azure-servicebus-jms-spring-boot-starter to send messages to topic. Everything works, however messages are being stored in subscriptions as application/xml type and I can't find the way how to setup this correctly to have them stored as application/json . I've tried to configure message converter to send ContentType as described here but that doesn't work either. @Bean public MessageConverter jacksonJmsMessageConverter() { final MappingJackson2MessageConverter