You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it's supported for single host. How can we use it multiple host? Something like below in application.yml file
sms:
smpp:
one:
host: xxx.xxx.xxx.xxx
user-id: uname1
password: pass1
requestDelivery: true
two:
host: yyy.yyy.yyy.yyy
user-id: uname2
password: pass2
requestDelivery: true
async:
initial-delay: 30000
The text was updated successfully, but these errors were encountered:
niteshapte
changed the title
How to get create multiple connection
How to create multiple connection
Dec 23, 2021
Currently it's supported for single host. How can we use it multiple host? Something like below in application.yml file
sms:
smpp:
one:
host: xxx.xxx.xxx.xxx
user-id: uname1
password: pass1
requestDelivery: true
two:
host: yyy.yyy.yyy.yyy
user-id: uname2
password: pass2
requestDelivery: true
async:
initial-delay: 30000
The text was updated successfully, but these errors were encountered: