writeMQMDE

 

public void writeMQMDE() throws IOException, MQException;

Writes an extended MQMD object into the message at the current position. Values for the MQMDE are drawn from the field values: encoding, characterSet, format, groupId, messageSequenceNumber, offset, messageFlags and originalLength fields. The current value of the format field is written into the MDE, and the format field is then set to MQFMT_MD_EXTENSION.

Exceptions

  • IOException - if there is a problem with IO.

  • EOFException - if the read goes beyond the end of file.


uj14210_