setProxyHostName

 

public void setProxyHostName(String hostName) throws JMSException;

Sets the proxy host name.

Parameters

  • hostName - the host name of the proxy server when establishing a direct connection, or null if no proxy server is used.

Exceptions

  • JMSException - if an internal error occurs.


uj28620_