writeInt

 

public void writeInt(int value) throws JMSException;

Writes an int to the stream message.

Parameters

  • value - the int to be written.

Exceptions

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

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


uj27170_