RabbitMQ with Jackson2JsonMessageConverter double encodes the string
I configured my RabbitMQ to use the following message converter: Jackson2JsonMessageConverter. However, it created a problem: when the producer sends message as a JSON String, the consumer received this String double-encoded.