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. 379 tibems_GetAllowCloseInCallback Gets whether the client application is allowed to call close functions inside message listener callbacks. 380 tibems_GetConnectAttemptCount Return the connection attempts limit. 381 tibems_GetConnectAttemptDelay Return the connection delay. 382 tibems_GetConnectAttemptTimeout Return the connection timeout. 383 tibems_GetExceptionOnFTEvents Detects whether exception listener is called on any of the following fault-tolerant events: disconnected, each reconnect attempt, reconnected. 384 tibems_GetExceptionOnFTSwitch Detects whether exception listener is called on a fault-tolerant switchover. 385 tibems_GetMulticastDaemon Gets the port of the multicast daemon that this application connects to. 386 tibems_GetMulticastEnabled Gets whether message consumers subscribed to multicast-enabled topics in EMS client applications can receive messages over multicast. 387 tibems_GetReconnectAttemptCount Return the reconnection attempts limit. 388 tibems_GetReconnectAttemptDelay Return the reconnection delay. 389 tibems_GetReconnectAttemptTimeout Return the reconnection timeout. 390 tibems_GetSocketReceiveBufferSize Return the size of socket receive buffers. 391 tibems_GetSocketSendBufferSize Return the size of socket send buffers. 392 tibems_IsConsumerMulticast Checks if a consumer can receive messages over multicast. 393 tibems_Open Allocate the global memory for the EMS library. 394 tibems_SetAllowCloseInCallback Sets whether client applications can close message consumers, sessions, or connections inside message listener callbacks. 395 tibems_SetConnectAttemptCount Modify the connection attempt limit. 396 tibems_SetConnectAttemptDelay Modify the connection delay. 397 tibems_SetConnectAttemptTimeout Modify the connection timeout. 398 tibems_SetExceptionOnFTEvents Sets whether exception listener is called each step of the fault-tolerant switchover process. 399 tibems_setExceptionOnFTSwitch Sets whether exception listener is called on fault-tolerant switchover. 400 tibems_SetMulticastDaemon Sets the port on which the EMS client will connect to the multicast daemon. 401 tibems_SetMulticastEnabled Set whether message consumers subscribed to multicast-enabled topics in the EMS client application will receive messages over multicast. 402 tibems_SetMulticastExceptionListener Sets the multicast exception listener for an application. 403 tibems_SetReconnectAttemptCount Modify the reconnection attempts limit. 404 tibems_SetReconnectAttemptDelay Modify the reconnection delay. 405 tibems_SetReconnectAttemptTimeout Modify the reconnection timeout. 406 tibems_SetSocketReceiveBufferSize Set the size of socket receive buffers. 407 tibems_SetSocketSendBufferSize Set the size of socket send buffers. 408 tibems_SetTraceFile Start or stop directing client trace information to a file. 409 tibems_Sleep Sleep thread. 410 tibems_Version Return the EMS library version number. 411