getQueueManagerProperty

getQueueManagerProperty(propname: String;
                        value:    Any output): Boolean;

The getQueueManagerProperty method of the JadeGenericQueueManager class assigns the value of the property specified in the propname parameter to the value parameter.

The method returns false if the property name specified in the propname parameter is invalid.

As the getQueueManagerProperty method does not perform type checking when the method is compiled, you should directly access the property value, where possible.