Sun Java System Message Queue 4.3 Developer's Guide for C Clients

Parameters

sessionHandle

The handle to the session that you want to close. This handle is created and passed back to you by the MQCreateSession() function.

This handle is invalid after the function returns.

Closing a session closes the resources (producers and consumers) associated with that session and frees up the memory allocated for that session.

There is no need to close the producers or consumers of a closed session.