Multiple Clients bind to an SMPP server

Post Reply
ojukwu24
Posts: 4
Joined: Tue Aug 17, 2021 2:44 pm

Multiple Clients bind to an SMPP server

Post by ojukwu24 » Thu Mar 10, 2022 7:20 am

Hello All,
Is it possible to have multiple clients from one InetlabSMPP Client bind to an SMPP server? We need the ability to do this so that the different Clients can receive messages from the server.
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: Multiple Clients bind to an SMPP server

Post by alt » Mon Mar 14, 2022 4:13 pm

Hello ojukwu24

For now SmppClient represents one SMPP session with SMS provider. Therefore if you need to establish multiple sessions with one or many providers you need to create the same number of SmppClient instances and attach event handler method to all instances.
Post Reply