I want to use jSMPP for implementing a Receiver Listener for SMSC. So I want to implement the MessageRecieverListener and the method onAcceptDeliverSm, but according to the SMPP specs the application should send deliver_sm_resp as a response to deliver_sm command.
How will this be accomplished through jSMPP, is this something that is performed behind the scenes by the jSMPP library?
I’m using jSMPP in the production. The best thing of this lib is that many low level things happen behind the scenes and
deliver_sm_resptoo 🙂The
enquery_linkandenquery_link_respcommands happen behind the scenes too and you can also configure the timeout for this commands when you create yourSMPPSessionlike this:The values of
transactionTimerandenquireLinkTimerI store in the properties file.jSMPP is very cool lib and I like it 🙂