SMPPServer SendSpeed limit below than the remote and receiving ESME_RMSGQFUL

Post Reply
abrdeco2
Posts: 4
Joined: Tue Jan 18, 2022 11:02 pm

SMPPServer SendSpeed limit below than the remote and receiving ESME_RMSGQFUL

Post by abrdeco2 » Thu Feb 15, 2024 4:49 pm

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.
alt
Site Admin
Posts: 988
Joined: Tue Apr 25, 2006 9:45 am

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

Post by alt » Wed Apr 24, 2024 4:35 pm

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
Post Reply