[rabbitmq-discuss] can Message is send in the form of XML in Queue?

Simon MacMullen simon at rabbitmq.com
Wed Oct 20 12:51:23 BST 2010


On 20/10/10 12:49, sam_mis wrote:
> In my scenario message is put in request queue in the form of XML and
> another end consumer can extract the XML message from queue. i not sure
> about to messages are send in the form of XML in the queue.if it is possible
> then please guide me ,that procedure to implement in my scenario.

As far as RabbitMQ is concerned all messages are binary. So just 
serialise the XML into the message and deserialise it at the other end.

Cheers, Simon
-- 
Simon MacMullen
Staff Engineer, RabbitMQ
SpringSource, a division of VMware



More information about the rabbitmq-discuss mailing list