Hi All
I am new to this MQ Series. i have a requirement in which we are using IBM MQ classes
following is the code used for reading message from queue
reading from queue using following code
now msgInstring contains whole message.
now this
string consists of japanese characters.
my requirement is i need to divide this string ( entire message) into multiple records say each of 180 bytes
and write these records into text file.
can any one suggest me , how can i split the entire message which is of string format
into multiple of 180 bytes (each record) and writing these records into text file.
more over this received message consits of japanese characters.
without loosing this encoding i need to achieve.