Java SMPP library comparison

前端 未结 7 1222
温柔的废话
温柔的废话 2021-02-01 20:20

We\'re about to begin a project which requires the use of SMPP as the primary integration exchange channel. Now since SMS isn\'t necessarily core to our business, I\'d like to u

7条回答
  •  礼貌的吻别
    2021-02-01 21:08

    I have used both jsmpp & cloudhopper-smpp for separate projects which involved sending and receiving SMS's over smpp in circumstances which involved:

    • Receiving medium-high number of MOs.
    • Sending high number of MTs (upto 70/second).

    Both the libraries fared well, and IMO jsmpp is more user-friendly to jump in and start coding right away. But i had came across a few bugs while using the latest version from github, which still remain unfixed.

    After having used cloudhopper, i reckon it is well worth the learning curve, which is a wee bit steep compared to jsmpp(subjective).

提交回复
热议问题