Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-session support for ESME #143

Closed
vetss opened this issue Nov 2, 2016 · 2 comments
Closed

Multi-session support for ESME #143

vetss opened this issue Nov 2, 2016 · 2 comments

Comments

@vetss
Copy link
Contributor

vetss commented Nov 2, 2016

As for now SMSC GW does not support several concurent connections for an ESME. If we need several connections we have to create several ESME instanses that make configuring more complicated.

To solve it we need add some other class - Session that will be hosted by Esme class and change the logic of Emse class usage.

PS: Let's think also for keeping of some Emse parameters that are unique for Esme cluster at the Cluster level to avoid possible wrong configuring of different ESMEs in the same cluster. We have a separate issue for this case:
#48

@faizann
Copy link
Collaborator

faizann commented Nov 2, 2016

Do note that multiple SMPP connections to same ESME will cause conflicts in SmppTransactionHandles creation logic reported here.

#142

@vetss
Copy link
Contributor Author

vetss commented Nov 2, 2016

Hello @faizann

I understand that we need to make a major change in existing ESME logic to keep SMPP part workable.
Thank you for helping of a problem investigating.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants