Hello.
I have an interactive provider. When the default is used and a consumer connects, the toString() method in the 'ChannelInformation' tells me:
system send buffer size: 131070
However, when I add <SysSendBufSize value="1000"/> to the <Server> element in EmaConfig.xml,
I get from the ChannelInformation of a connecting consumer :
system send buffer size: 4608
In the documentation you can read "Specifies the size (in KB) of the system's send buffer for this channel."
What sense does this make ?