createBytesMessage

 

public BytesMessage createBytesMessage() throws JMSException;

Creates a BytesMessage object.

Returns

  • BytesMessage

Exceptions

  • JMSException - if JMS fails due to some internal JMS error.

  • JMSException - with reason MQJMS_E_SESSION_CLOSED .


uj30090_