[ http://issues.apache.org/jira/browse/JAMES-124?page=comments#action_12369553 ]
Noel J. Bergman commented on JAMES-124: --------------------------------------- The easy way to explain this would be to reference common patterns using MQ Series and other messaging products. In a distributed spooling environent, we need to be able to control processes running on other nodes. We could do this with RMI, but that would require access and is synchronous. Alternatively, we can reuse our messaging mechanism, and send special "contriol" messages that are understood by the receiver. These messages can be either in the same queue as the "data" messages, or in a separate "control" queue. They don't care content, e.g., mail, they carry information to direct behavior. > Add the ability to "kick" the outgoing queue > -------------------------------------------- > > Key: JAMES-124 > URL: http://issues.apache.org/jira/browse/JAMES-124 > Project: James > Type: New Feature > Components: MailStore & MailRepository > Versions: 2.0a3, 2.1.3, 2.2.0 > Environment: Operating System: All > Platform: All > Reporter: Jason Webb > Priority: Minor > > It would be nice to be able to "kick" the outgoing queue to force the queue > to > deliver all it's pending mail. This is useful after a problem that affects > all > mail deliveries. > On a related note the SMTP might also want to support ETRN as well if there > anybody uses it anymore. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
