setSSLResetCount

 

public void setSSLResetCount(int bytes) throws JMSException;

Sets the SSL reset count.

Parameters

  • bytes - the reset count. This must be an integer, with a value between 0 (disabled) and 999,999,999.

Exceptions

  • JMSException - if bytes is not within the valid range.


uj28800_