opentelecoms-org / jsmpp

SMPP implemented in Java
Apache License 2.0
232 stars 164 forks source link

What does setting higher transaction time using setTransactionTimer() entail? #171

Open javadevmtl opened 2 years ago

javadevmtl commented 2 years ago

Hi we have a client that when we send them deliver_sm responses we get: org.jsmpp.extra.ResponseTimeoutException: No response after waiting for 2000 millis when executing deliver_sm ...

We increased the timeout to 11000 millis and the error has gone away. But just to be sure by setting a higher timeout are we blocking internal queues, should we increase some queue capacity or anything like that?