Posted: Wed Feb 25, 2004 7:19 am Post subject: MQ Series in z/os
Newbie
Joined: 20 Feb 2004 Posts: 4 Location: bangalore
i want to know the format of the message that is to be transfered from my client MQ Series machine running on WIN 2K to the server MQ Series running on the Z/OS.
Is it OK if i send the message using writeUTF() on the client(win 2k) and receive it using readUTF() on the server(z/os)
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
Personally, I'd avoid writeUTF/readUTF and stick with the string based methods. The UTF messages won't use MQSTR as the message format and you'll be responsible for data conversion. With MQSTR, you'll get WMQ to do it for you.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum