Product Information > JADE Error Messages and System Messages > 31700 through 31899 - Messaging Framework Errors > 31717 - Option must have value

31717   Option must have value

Cause

This error occurs if an option is provided that is expected to specify a value and none is provided.

In the following example, the second parameter of the beginMessage method of the JadeGenericQueue class does not provide a value for the Timeout option (for example, Timeout=10000).

myQueue.beginMessage(msg, "Timeout=");

Action

Correct your code.