I've come across another issue, possibly related. I'm unable to
schedule messages using queueMessageAt(). Messages aren't getting
scheduled but dispatched immediately.

Again the problem seems to be in the same place as above. A copy of
the message is created to put in the queue. But this copy does not get
the scheduledDeliveryDate. The copyTo() doesn't copy this particular
field. Any reason for that?

Again, I'm not sure if this is a bug or I'm not using it correctly.
Could you confirm this?

Also, is there any reason for doing the scheduling within the library?
SMPP has the concept of scheduled_delivery_time, so the responsibility
can be pushed off to the SMSC. As of now, JSMPPGateway.sendMessage()
sets the scheduled_delivery_time to null so there's no way to set that
from the client. It'd be nice to offload scheduling off the client.

Also, there's a release banking very much on the scheduling bit so
could you reply back as soon as possible? If you could at least
confirm that my understanding is correct, I could just patch the
library for now. Thanks.

-- 
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.

Reply via email to