Product Information > JADE Error Messages and System Messages > 31700 through 31899 - Messaging Framework Errors > 31718 - Option value not recognized

31718   Option value not recognized

Cause

This error occurs if an option specified in the options parameter passed to method has a value that is not recognized.

In the following example, the second parameter of the openQueue method of the JadeMessagingFactory class does not have a valid name value for the Usage option (for example, Usage=Put).

myQueue := fcty.openQueue("JadeMQ://localnode/TestQ",                                                         "Access=Public;Usage=UnKnown");

Action

Correct your code.