Product Information > JADE Error Messages and System Messages > 31700 through 31899 - Messaging Framework Errors > 31723 - Option expects numeric value

31723   Option expects numeric value

Cause

This error occurs if the options parameter passed to method is expected to have a numeric value but none has been specified. In the following example, the second parameter of the beginMessage method of the JadeGenericQueue class does not have a numerical value specified for the Timeout option (for example, Timeout=10000).

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

Action

Correct your code.