![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
tibems_status tibemsSession_Close(tibemsSession session );
session has usage pointer.Closing a session automatically closes its consumers (except for durable subscribers), producers and browsers.If any message listener or receive call associated with the session is processing a message when the program calls this function, all facilities of the connection and its sessions remain available to those listeners until they return. In the meantime, this function blocks until that processing completes—that is, until all message listeners and receive calls have returned.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |