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.
SMPPServer SendSpeed limit below than the remote and receiving ESME_RMSGQFUL
Re: SMPPServer SendSpeed limit below than the remote and receiving ESME_RMSGQFUL
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
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