Soeren Hilmer wrote: > > I have been thinking about extending RemoteDelivery to take a list of > delaytimes.
Seems like a fair idea. > Something like: > <delayTime> 600 </delayTime> > <delayTime> 1600000 </delayTime> > <delayTime> 21600000 </delayTime> > <delayTime> 21600000 </delayTime> Personally, if the change was to be made, I would prefer something like... <delayTimes> <!-- First delay --> <msecs> 600 </msecs> <!-- Second delay --> <secs> 1600 </secs> <!-- Third delay --> <mins> 360 </mins> <!-- Delay applied up to maxRetries --> <hours> 6 </hours> </delayTimes> I would keep the <maxRetries> tag and apply the final value in the <delayTimes> list as the delay to use up to the value of <maxRetries>. The <delayTime> and <delayTimes> tags would have to be mutually exclusive. Just my thoughts. -- Steve --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]