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


Chapter 14 Utilities : Utility Functions : tibems_GetAllowCloseInCallback

tibems_GetAllowCloseInCallback
Function
Purpose
Gets whether the client application is allowed to call close functions inside message listener callbacks.
C Declaration
tibems_status tibems_GetAllowCloseInCallback(
    tibems_bool *isAllowed);
COBOL Call
CALL "tibems_GetAllowCloseInCallback"
  USING BY REFERENCE isAllowed,
  RETURNING tibems-status
END-CALL.
Parameters
 
Returns true when the client application does not wait for the message callback to return before closing a message consumer, session, or connection. Returns false if the application waits for the callback to return.
See Also
tibems_SetAllowCloseInCallback on page 395

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