Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. AlexeiSkate

    Display the actual messageid and correlationID

    I don't know the exact answer, but I'll take a stab at it. The MQMessage.messageId returns a byte array -> "public byte messageId[]". So my guess is that you'll have to do some manipulation to the byte array element in order to display it in a String format.
  2. AlexeiSkate

    How to set MsgFlag for segmentation using MQSeries for Java

    Hi, I'm looking through the 'MQSeries V5 Programming Examples' redbook, which has programming examples written in C. When the C program put a segmented message on the queue, it codes the following: md.MsgFlags = MQMF_SEGMENT (md = Message Descriptor). Java API uses the MQMessage object...
  3. AlexeiSkate

    Segmentation with MQSeries for Java

    Hi, I'm trying to develop a Java program that will load the content of a very large file (> 1GB) onto a queue as a single message. I would like to use the segmentation features of MQSeries V5 to load the large file as segments of a large message onto the queue. For each chunk of data that I...

Part and Inventory Search

Back
Top