Sun GlassFish Message Queue 4.4 Developer's Guide for C Clients

MQSetInt8Property

The MQSetInt8Property function sets an MQInt8 property with the specified key to the specified value.


MQSetInt8Property
           (const MQPropertiesHandle propertiesHandle,
            ConstMQString key,
            MQInt8 value);

Return Value

MQStatus. See the MQStatusIsError() function for more information.

Parameters

propertiesHandle

A handle to the properties object whose property value for the specified key you want to set

key

The name of a property key. The library makes a copy of the property key.

value

The MQInt8 property value.

Common Errors

MQ_HASH_VALUE_ALREADY_EXISTS