Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

1.    Push method will be invoked if the check flag in the MCUser record is checked and the address is filled with an http.

 


2.    The URL address may contains the following parameter:

...

http://myserver.com/status.apsx?documentid=%DocumentId%&Status=%Status%&Time=%TimeStamp%&From=%SourceAddress% 


3.    The URL address will be executed if SMS final status is received (SMS state equals to DELIVERED or SENT), SENT, EXPIRED, DELETED, UNKNOW, INVALID, REJECTED, UNDELIVERABLE)

 Labels parameters

4.    The execution process will be handled in queue, if it fails then the process will be re-executed/resent every 5 minutes for 30 minutes then every 1 hour for 6 hours.

Those interval and range are the default values which set by system, however they can be configured through JMX. 


First configuration: message will be resend every 5 minutes for 30 minutes

...

-      Range1     = 1800000     = 30 minutes

 


Second configuration: will be resend every 1 hour for 6 hours

...

-      Range2     = 21600000   = 6 hours 


Total Range = Range1 + Range2 = 23400000 = 6 hours and 30 minutes

 


.: Currently only two intervals (two configurations) which can be applied, if only 1 interval needed, then set the Range2 = 0 or Interval1 = Interval2