Once i get a message string on the MQ Series using readUTF() or readString(), do i need to convert this string into some specific format so that the underlying z/os machine can unerstand this string. ...
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.
I want to know the type of the queue(local normal, local transmission or rem def queue), i have to put my message on the client side of the java JMS application.