|
From: osterday <do-...@jb...> - 2006-06-29 18:48:44
|
I'm working on a mail listener. Using the ones provided, it been pretty easy to create one that's dynamically added and removed from the chain when our app is deployed/removed - really great work guys! But the issue is whether or not the listener should return null or not if it consumes the whole message. Right now I get an error message from the JMS listener (which is second in the chain) since it doesn't check if the message is null. (This is on M5.) Also, the MailListJMSListener has this code, so maybe nobody knows! // TODO: return null, or WrappedMail with empty to array? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954482#3954482 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954482 |