smpp - How to connect Multiple gateways to send Sms -


can 1 tell me how connect multiple gateways send sms, started smpp_v3.4, first testing purpose used logica smppsim testing simple delivery process works fine, when tried connect multiple gateways making both gateways active, second gateway submitting records or in queue. googled no luck.

i can think of 2 apparent strategies drain queue:

  • on single sender thread, apply round-robin among outgoing gateways.
  • let individual threads own gateway, drain messages queue , send them.

you may have change code achieve this.


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

java.util.scanner - How to read and add only numbers to array from a text file -

iphone - Three second countdown in cocos2d -