Product Information > JADE Error Messages and System Messages > 31700 through 31899 - Messaging Framework Errors > 31721 - Option value has invalid character

31721   Option value has invalid character

Cause

This error occurs if the first character of an option in the options parameter passed to method is not a valid alphanumeric character. In the following example, the second parameter of the openQueue method of the JadeMessagingFactory class has a Usage option that incorrectly begins with a comma.

myQueue := factory.openQueue("JadeMQ://localnode/TestQ","Usage=,All");

Action

Correct your code.