session.setMessageReceiverListener(new MessageReceiverListenerImpl());
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "jsmpp" group.
To post to this group, send email to js...@googlegroups.com
To unsubscribe from this group, send email to jsmpp+un...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/jsmpp?hl=en
-~----------~----~----~----~------~----~------~--~---
--
You received this message because you are subscribed to the Google Groups "jsmpp" group.
To post to this group, send email to js...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/jsmpp?hl=.
What is happening is that when we start the whole service SMS sending is working fine and for initial SMSs we are getting delivery receipt but it stops after few minutes. We have set enquire timer with value as 30 seconds.Am I missing something? If at all is any connection issue I do not get any exceptions.How to test if connection is valid for RX so that we can rebind.
--
You received this message because you are subscribed to the Google Groups "jsmpp" group.
To post to this group, send email to js...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/jsmpp?hl=.
Hi,I am using JSMPP to send SMS and to get delivery receipt also. For SMS sending i have different connection using TX and to receive delivery receipt we have another connection RX. We are not using TRX as it is failing after every 2-3 SMSs.
What is happening is that when we start the whole service SMS sending is working fine and for initial SMSs we are getting delivery receipt but it stops after few minutes. We have set enquire timer with value as 30 seconds.Am I missing something? If at all is any connection issue I do not get any exceptions.
How to test if connection is valid for RX so that we can rebind.