setEncoding

 

public void setEncoding(int encoding) throws JMSException;

Sets the encoding to be used for numeric fields in messages sent to this destination.

Parameters

  • encoding - the encoding. See MQMD.encoding .

Exceptions

  • JMSException - if encoding is not valid.


uj29190_