Page 1 of 1

SMPPServer SendSpeed limit below than the remote and receiving ESME_RMSGQFUL

Posted: Thu Feb 15, 2024 4:49 pm
by abrdeco2
Hello.

I´ve set the SendLimit speed below the remote receive limit and I´m receiving ESME_RMSGQFUL.

We are using library version 2.9.32 and setting the limit speed with command:

_server.SendSpeedLimit = new LimitRate(50, TimeSpan.FromSeconds(1));

I can´t send over 50 messages per second.

Anybody can give an advice ?

Thankyou.

Re: SMPPServer SendSpeed limit below than the remote and receiving ESME_RMSGQFUL

Posted: Wed Apr 24, 2024 4:35 pm
by alt
SendSpeedLimit can only help to prevent the throttling error ESME_RTHROTTLED

When you get the Message Queue Full error status ESME_RMSGQFUL, you have to limit the number of SMPP requests waiting for response with the property SendQueueLimit