jasmin icon indicating copy to clipboard operation
jasmin copied to clipboard

Jasmin is too slow 1MPS and cannot increase

Open kimseasok opened this issue 1 year ago • 3 comments

Hello everyone.

I encountered with SMS speeding issue. I created a smpp connector and set submit_throughput to 0 or the connector which I understand that it's an unlimited option. However, the connector still submit at 1MPS (1 message per second). I've tried with other value such as 110 for the submit_throughput, but there is no luck. Jasmin remained the same speed 1MPS. I view the Rabbitmq queue of the connector and the queue of the connector have 1 as pre-fetcch count.

Anyone please kindly advice on the issue. BTW, I'm currently using Jasmin 10.13

kimseasok avatar Dec 17 '23 03:12 kimseasok

the prefetch is for control only. it will not affect the throughput. if you put 0 there will be no qos throughput control. what are you using? httpApi, or RestApi?

BlackOrder avatar Jan 24 '24 20:01 BlackOrder

Hello everyone.

I encountered with SMS speeding issue. I created a smpp connector and set submit_throughput to 0 or the connector which I understand that it's an unlimited option. However, the connector still submit at 1MPS (1 message per second). I've tried with other value such as 110 for the submit_throughput, but there is no luck. Jasmin remained the same speed 1MPS. I view the Rabbitmq queue of the connector and the queue of the connector have 1 as pre-fetcch count.

Anyone please kindly advice on the issue. BTW, I'm currently using Jasmin 10.13

Hi, did you found solution

mdsiyad avatar Mar 20 '24 05:03 mdsiyad

@mdsiyad , I found change the client connector is help with my case.

yield self.amqpBroker.chan.basic_qos(prefetch_count=110)

kimseasok avatar Apr 26 '24 04:04 kimseasok