getClientID

 

public String getClientID() throws JMSException;

Gets the client ID for this connection.

Returns

  • the unique client identifier.

Exceptions

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


uj27530_