writeChar

 

public void writeChar(char value) throws JMSException;

Writes a char to the stream message.

Parameters

  • value - the char value to be written.

Exceptions

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

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


uj27140_