|
From: sappenin <do-...@jb...> - 2006-07-07 15:06:56
|
Ok. I've submitted a patch via JIRA. Here's the link: http://jira.jboss.org/jira/browse/JBMAIL-241 Essentially: If a given mail listner (i.e., JMSMailListener) completely processes a mail, the function contract stipulates that the listener should return 'null'. Unfortunately, not all of the JBCS listeners deal well with a null message, so the MailListenerChainService should detect if a null message is received from any listener. If so, the listener should abort the processing of the remaining listeners. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956216#3956216 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956216 |