Utility Functions The following functions are not related to a specific data type. Function Description Page tibems_Close Deallocate the memory used by the EMS internal global data structures. 391 tibems_GetAllowCloseInCallback Gets whether the client application is allowed to call close or stop functions inside message listener callbacks. 392 tibems_GetConnectAttemptCount Return the connection attempts limit. 393 tibems_GetConnectAttemptDelay Return the connection delay. 394 tibems_GetConnectAttemptTimeout Return the connection timeout. 395 tibems_GetExceptionOnFTEvents Detects whether exception listener is called on any of the following fault-tolerant events: disconnected, each reconnect attempt, reconnected. 396 tibems_GetExceptionOnFTSwitch Detects whether exception listener is called on a fault-tolerant switchover. 397 tibems_GetMulticastDaemon Gets the port of the multicast daemon that this application connects to. 398 tibems_GetMulticastEnabled Gets whether message consumers subscribed to multicast-enabled topics in EMS client applications can receive messages over multicast. 399 tibems_GetReconnectAttemptCount Return the reconnection attempts limit. 400 tibems_GetReconnectAttemptDelay Return the reconnection delay. 401 tibems_GetReconnectAttemptTimeout Return the reconnection timeout. 402 tibems_GetSocketReceiveBufferSize Return the size of socket receive buffers. 403 tibems_GetSocketSendBufferSize Return the size of socket send buffers. 404 tibems_IsConsumerMulticast Checks if a consumer can receive messages over multicast. 405 tibems_Open Allocate the global memory for the EMS library. 406 tibems_SetAllowCloseInCallback Sets whether client applications can close sessions or connections, or stop connections, inside message listener callbacks. 407 tibems_SetConnectAttemptCount Modify the connection attempt limit. 408 tibems_SetConnectAttemptDelay Modify the connection delay. 409 tibems_SetConnectAttemptTimeout Modify the connection timeout. 410 tibems_SetExceptionOnFTEvents Sets whether exception listener is called each step of the fault-tolerant switchover process. 411 tibems_setExceptionOnFTSwitch Sets whether exception listener is called on fault-tolerant switchover. 412 tibems_SetMulticastDaemon Sets the port on which the EMS client will connect to the multicast daemon. 413 tibems_SetMulticastEnabled Set whether message consumers subscribed to multicast-enabled topics in the EMS client application will receive messages over multicast. 414 tibems_SetMulticastExceptionListener Sets the multicast exception listener for an application. 415 tibems_SetReconnectAttemptCount Modify the reconnection attempts limit. 416 tibems_SetReconnectAttemptDelay Modify the reconnection delay. 417 tibems_SetReconnectAttemptTimeout Modify the reconnection timeout. 418 tibems_SetSocketReceiveBufferSize Set the size of socket receive buffers. 419 tibems_SetSocketSendBufferSize Set the size of socket send buffers. 420 tibems_SetTraceFile Start or stop directing client trace information to a file. 421 tibems_Sleep Sleep thread. 422 tibems_Version Return the EMS library version number. 423