Tahseen Jamal
Tahseen Jamal
@robertmircea again this is available in https://github.com/fiorix/go-smpp
@robertmircea you can check out https://github.com/fiorix/go-smpp this has rate limiter that you want
@linxGnu if you just want an SMPP Server to test then you can check out larvitsmpp Both SMPP Client and Server is provided
@alexanderomnix thanks for replying. I observed that tx.Submit takes 250ms to complete. Which means on a single connect max TPS of 4. And that is the reason, I asked if...
@alexanderomnix I am using this library and I receive message id on submission and also delivery receipts. In this smpp library you get source, destination, message_id, text So you don't...
And the line causing the issue is in the transport.py in the if statement `not (("127.0.0.1", port) in sorted_host_and_ports ` This means if 127.0.0.1 is not there in host, put...
Am sharing information that if there are two actvemq running on the same machine, one which is listening on localhost and another on LAN IP, the current stomp.py library always...
If you don't believe me, run two activemq on a single VM one listening to localhost and other listening to LAN IP of the machine And then try to connect...
You didn't understand what I said. You don't have to run multiple versions. You use 1. One activemq binding to localhost 2. One activemq binding to LAN IP of same...
How do you get the sequence number when you are submitting your message using transceiver ? Because it only returns error status or else nil