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

31722   Option expects name value

This error occurs if an option in the options parameter passed to method is expected to have a specific name value but none has been specified. In the following example, the second parameter of the openQueue method of the JadeMessagingFactory class does not have a valid name value for the Access option (for example, Access=Public).

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

Action

Correct your code.