• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

problem in reading message for IBM MQ series using IBM MQ classes

 
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic