MQJMS_E_BAD_TIMEOUT

 

public final static java.lang.String

Timeout not valid for WebSphere MQ.
Explanation: An attempt was made to invoke the receive method on either a QueueReceiver or TopicSubscriber, specifying a long timeout value that is not valid.
User Response: Ensure the timeout value specified is not negative and not greater than the value of Integer.MAX_VALUE.


uj33210_