setPort

 

public void setPort(int port) throws JMSException;

Sets the port for a client connection.

Parameters

  • port - the new value to use.

Exceptions

  • JMSException - if port is not a permitted value.


uj28600_