I'm using JSMPP to crate the connection (binding) between SMSC(Service providers) and SMPP protocol. The current implementation is allow create a single connection.
But I want to create a pool of connection to a single SMSC port (Multiple binding) from WSO2 ESB and split the load among the binding. How can I do this?
Thanks