writeBytes

 

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

Writes a byte array to the stream message.

Parameters

  • value - the byte array to be written.

Exceptions

  • JMSException - if JMS fails to write the byte array to the message due to an internal JMS error.

  • MessageNotWriteableException - if the message is in read-only mode.


uj27120_