writeString

 

public void writeString(String value) throws JMSException;

Writes a String to the stream message.

Parameters

  • value - the String value to be written.

Exceptions

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

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


uj27210_