It seems that spring AMQP has built-in MessageConverter
support for Jackson with the Jackson2JsonMessageConverter
class, but is there an equivalent for the kotlinx serialization lib, or would it be necessary to write a custom message converter for it?
Trying to deserialize a JSON AMQP message without providing a MessageConverter Bean will cause an exception