writeUTF
public void writeUTF(String value) throws JMSException;
Write a string to the bytes message using UTF-8 encoding in a machine-independent manner.
For more information on the UTF-8 format, see "File System Safe UCS Transformation Format (FSS_UFT)", X/Open Preliminary Specification, X/Open Company Ltd., Document Number: P316. This information also appears in ISO/IEC 10646, Annex P.
- Parameters
- value - the String value to be written.
- Exceptions
- JMSException - with reason
- MQJMS_EXCEPTION_MESSAGE_NOT_WRITABLE
- MQJMS_EXCEPTION_RESOURCE_ALLOCATION
uj26110_