opentelecoms-org / jsmpp

SMPP implemented in Java
Apache License 2.0
230 stars 160 forks source link

Use same binding again #197

Open vatsalnarry2 opened 12 months ago

vatsalnarry2 commented 12 months ago

hi ,

We are binding each time to smsc server and send an sms, when more transaction are coming from consumer, java application throw negative bind error. I want to know is there any way to use existing connection instead of using conenctAndBind() method repeatedly

pmoerenhout commented 11 months ago

Yes, this is the preferred method. You should do some link management, and re-use an existing connection.