Product Information > JADE Error Messages and System Messages > 31700 through 31899 - Messaging Framework Errors > 31820 - Option takes a single value

31820   Option takes a single value

Cause

This error occurs if you specify more than one value for an option of the beginMessage, putMessage, or getMessage method in the JadeGenericQueue class and the option expects a single value, as shown in the following incorrect code fragment.

requestQueue.putMessage(msg, "Timeout=5000,10000");

Action

Correct your code.