send xml generated in Windows to Sun Unix Machine by using MQ

I would like to know how to send a XML file in Windows Server to Unix Server by using MQ. Which methods can be used (C API or JAVA API....)Please help and advise. Thanks.
[191 byte] By [winseelo] at [2007-11-25 18:11:57]
# 1

JMS has no special knowledge of XML. Just create a JMS TextMessage and set the body to your XML. Or compress your XML first and use a BytesMessage (in MQ 3.6 message body compression is supported directly so you can avoid doing the compression yourself).

Run the MQ broker on either the Windows or Solaris box. It supports connections from Java or C clients on any of the supported platforms.

Joe

jfddp at 2007-7-3 17:58:11 > top of Java-index,Application & Integration Servers,Sun Java System Message Queue...