Product Information > JADE Error Messages and System Messages > 31700 through 31899 - Messaging Framework Errors > 31762 - Property is writeonly

31762   Property is writeonly

Cause

This error occurs if you attempt to display the value of the defaultGetMessageOptions or defaultPutMessageOptions property of a JadeGenericQueue instance. These properties are used for convenience in setting default values for getMessage and putMessage method calls.

The following code fragment raises the exception.

queue := factory.openQueue("JadeMQ://localnode/TestQ", "");
write queue.defaultGetMessageOptions;                // raises the exception

Action

Do not attempt to display the value of the defaultGetMessageOptions or the defaultGetMessageOptions property.