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

MQGetConnectionProperties

The MQGetConnectionProperties function gets the connection properties used to create the connection specified by s connectionHandle.


MQGetConnectionProperties (const MQConnectionHandle connectionHandle,
MQPropertiesHandle * propertiesHandle);

Return Value

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

Parameters

connectionHandle

A handle to a connection.

propertiesHandle

A handle to the properties of the connection.

The caller is responsible to free the returned connection properties by calling MQFreeProperties.