setCCSID

 

public void setCCSID(int ccsid) throws JMSException;

Sets the character set to be used when connecting to the queue manager.

Parameters

  • ccsid - the CCSID. The default value (819) is suitable in most situations.

Exceptions

  • JMSException - if the value of ccsid is not permitted.


uj28360_