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.
Multiple Clients bind to an SMPP server
Re: Multiple Clients bind to an SMPP server
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.
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.