jasmin
jasmin copied to clipboard
Jasmin is too slow 1MPS and cannot increase
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
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?
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 , I found change the client connector is help with my case.
yield self.amqpBroker.chan.basic_qos(prefetch_count=110)