About #3: When a message fails to be send from the queue, it gets re-queued. So, its gets through all router/balancing logic again and *may* be assigned to another gateway, according to the logic of the routers/balancers.
You may also be interested in this feature request: http://code.google.com/p/smslib/issues/detail?id=177 2009/10/31 Peogrammer Base <[email protected]> > > you can find this question in this class org/smslib/Settings.java > > 1. 3 > /** > * Number of retries for sending a message. > */ > public int OUTBOUND_RETRIES = 3; > 2. 3000 > /** > * Wait time between retries for sending a message (milliseconds). > */ > public int OUTBOUND_RETRY_WAIT = 3000; > 3. not understand your question > > On 10/31/09, shadinata <[email protected]> wrote: > > > > hi, i have a number of question about smslib that i couldn't find the > > answer in documentaion > > > > 1. what number is default 'retry count' for outbond message? > > 2. when the next attempt will be executed? (after x seconds of delay?) > > 3. will smslib try to use other out-able gateway (if i not specified > > any gateway)? > > > > thank you > > > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SMSLib for Java User Group" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/smslib?hl=en -~----------~----~----~----~------~----~------~--~---
