Hi there.
Here's the issue we met.
we havet .net native GUI client, somehow our gui get closed but not exit totally, the registration keys on gemfire server still keep the connection, but no message could be consumed, that may means no acknowledge send back to server, so the messages keep queued up at server side, and we bounce server everyday, but seems the client hunging there and server still got queued up, and it eats our memory. And at backend I saw gemfire server try to terminate the unresponse client|(whic is no response over 60,000 ms), but always failed.
We try to enable the config param: remove-unresponsive-client=true, to expect the server remove the client connection, and free the queues, seems no change.
So anything else we can do? we can't make sure the client always exits normally, so we need mechnism to get rid of these abnormal connection, and free the memory.
thanks.