Max Client Msg Size

Specifies the maximum size allowed for an incoming message.

This property instructs the server to reject incoming messages that are larger than the specified size limit.

Specify whole numbers as KB, MB or GB. The maximum value is 2 GB.

When omitted or zero, the EMS server accepts and attempts to process messages of any size.

Classic Configuration

The maximum incoming message size is set using the max_client_msg_size property in the tibemsd.conf file:

max_client_msg_size = size [KB|MB|GB]

Administration

This property cannot be set using the administration tool.