readBoolean

 

public boolean readBoolean() throws JMSException;

Reads a boolean from the bytes message.

Returns

  • the boolean value read.

Exceptions

  • JMSException - with reasons

    • MQJMS_EXCEPTION_MESSAGE_NOT_READABLE

    • MQJMS_EXCEPTION_MESSAGE_EOF


uj25850_