setClientID

 

public void setClientID(String clientID) throws JMSException;

Sets the client ID for this connection.

Parameters

  • clientID - the unique client identifier.

Exceptions

  • JMSException - general exception if JMS implementation fails to set the client ID for this Connection due to an internal error.

  • InvalidClientIDException - if JMS client specifies an invalid or duplicate client ID.


uj27560_