writeInt

 

public void writeInt(int value) throws JMSException;

Writes an int to the bytes message as four bytes, high byte first.

Parameters

  • value - the int to be written.

Exceptions

  • JMSException - with reason

    • MQJMS_EXCEPTION_MESSAGE_NOT_WRITABLE

    • MQJMS_EXCEPTION_RESOURCE_ALLOCATION


uj26070_