Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 5 Producer : tibemsMsgProducer : tibemsMsgProducer_Close

tibemsMsgProducer_Close
Function
Purpose
Destroy the producer object; reclaim resources.
C Declaration
tibems_status tibemsMsgProducer_Close(
    tibemsMsgProducer msgProducer );
COBOL Call
CALL "tibemsMsgProducer_Close"
USING BY VALUE msgProducer,
RETURNING tibems-status
END-CALL.
 
msgProducer has usage pointer.
Parameters
 
Remarks
This call also notifies the server that the client program is closing the producer. In response, the server reclaims storage associated with the producer.
Your program must explicitly close all producers that it creates.
See Also
tibemsSession_CreateProducer on page 308

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved