thanks for answer, so If I use "queueMessage()", I wont lose any sms or get repeated sms, I already have it in a synchronous way, but I read in another thread that I can put the messages in a queue, I am in the same situation that this guy https://groups.google.com/forum/?fromgroups#!topic/smslib/i307fWi0Y_A.
regards On Tue, Jun 5, 2012 at 3:37 PM, SMSLib Discussion Group on behalf of T.Delenikas <[email protected]> wrote: > Hi, > > The synchronous way is implemented with the Service method "sendMessage()". > For sending messages async, use the Service method "queueMessage()". > > > On Monday, June 4, 2012 9:40:45 PM UTC+3, noob wrote: >> >> >> I need help because I dont know how to implement the queue messaging in >> smslib, I receive a new message and I store in a database table, I make >> some logic and then I produce a new sms, I already archieve this >> -synchronous way, but I dont know how in asynchronous way?? can someone >> guide me or maybe a hint, I see the docs but I dont know how to make the >> queue since I am receving and sending sms???, I need to run this app and I >> want that every user gets an answers/ >> >> >> thanks > > -- > You received this message because you are subscribed to the Google Groups > "SMSLib Discussion Group" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/smslib/-/C9rTKy-BP4IJ. > > 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. > -- You received this message because you are subscribed to the Google Groups "SMSLib Discussion 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.
