MQJMS_EXCEPTION_INVALID_CLIENTID

 

public final static java.lang.String

JMS client attempted to set a client ID on a connection
Explanation: An application attempted to set the client ID property of a valid connection to null, or attempted to set the clientID property of an invalid connection.
User Response: The clientID property on a connection can only be set once, only to a non-null value, and only before the connection is used. Ensure that the connection is valid and that the clientID value is not null.


uj34100_