createStreamMessage

 

public StreamMessage createStreamMessage() throws JMSException;

Creates a StreamMessage object. A StreamMessage is used to send a self-defining stream of Java™ primitives.

Returns

  • StreamMessage

Exceptions

  • JMSException - IllegalStateException with reason MQJMS_E_SESSION_CLOSED.


uj30210_