Hi.
I'm currently using Spring AMQP 1.0.0.RC3 and RabbitMQ for consumer applications.
Publisher applications were written by other languages(Ruby,Python) and I can't modify it for some reasons.
They send message without "__TypeId__" header.
When I receive this message, I want to handle it by using JsonMessageConverter.
But JsonMessageConverter needs "__TypeId__" header to determine target class.
In this case, what do I need to do?


Reply With Quote
