writeShort

 

public void writeShort(short value) throws JMSException;

Writes a short to the bytes message as two bytes, high byte first.

Parameters

  • value - the short to be written.

Exceptions

  • JMSException - with reason

    • MQJMS_EXCEPTION_MESSAGE_NOT_WRITABLE

    • MQJMS_EXCEPTION_RESOURCE_ALLOCATION


uj26100_