[rabbitmq-discuss] can Message is send in the form of XML in Queue?
Alexandre Kalendarev
akalend at mail.ru
Wed Oct 20 13:59:28 BST 2010
> Hi
> 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.
> any suggestion will be appreciable.
> Thanks
You can to use any Content-type type for your messages, include XML. You can to set the Content-type property
for your messages as text/xml.
More information about the rabbitmq-discuss
mailing list