opentelecoms-org / jsmpp

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

Retrieve all session ids in jsmpp #138

Open vatsalnarry2 opened 4 years ago

vatsalnarry2 commented 4 years ago

Hi,

i want to know how many session are active and id of those session from sms server. Is there any method available in jsmpp-2.0.1.jar file.

pmoerenhout commented 4 years ago

Currently the jSMPP is a low-level API. The connection management is done by the application. I have some examples with Apache connection pooling. Do you need those ?