Hi,<br><br>RabbitMQ doesn&#39;t support Serialized Java Objects in Message bodies.Is that true? In JMS,it is done by &quot;CreateObjectMessage()&quot; method. Is there any function in AMQP which has same/similar functionality.?<br>
One possible solution for above may be to convert data into JSON strings and send within the message.will that work?<br>Thanks in advance.<br>