writeByte

 

public void writeByte(byte value) throws JMSException;

Writes a byte to the bytes message as a 1-byte value.

Parameters

  • value - the byte value to be written.

Exceptions

  • JMSException - with reasons

    • MQJMS_EXCEPTION_MESSAGE_NOT_WRITABLE

    • MQJMS_EXCEPTION_RESOURCE_ALLOCATION


uj26010_