createTextMessage

 

public TextMessage createTextMessage() throws JMSException;

Creates a TextMessage. A TextMessage is used to send a message containing a StringBuffer.

Returns

  • TextMessage

Exceptions

  • JMSException - IllegalStateException with reason MQJMS_E_SESSION_CLOSED.


uj30240_