writeBytes

 

public void writeBytes(byte[] value) throws JMSException;

Writes a byte array to the bytes message.

Parameters

  • value - the byte array to be written.

Exceptions

  • JMSException - with reason

    • MQJMS_EXCEPTION_MESSAGE_NOT_WRITABLE

    • MQJMS_EXCEPTION_RESOURCE_ALLOCATION


uj26020_