setQueueManagerProperty

setQueueManagerProperty(propname: String;
                        value:    Any);

The setQueueManagerProperty method of the JadeGenericQueueManager class sets the property of the receiver specified in the propname parameter to the value specified in the value parameter.

If the property specified in the propname parameter is invalid, an exception is raised.

As the setQueueManagerProperty method does not perform type checking when the method is compiled, you should directly assign a value to a property, where possible.