pblede / yellowfire

Automatically exported from code.google.com/p/yellowfire
0 stars 0 forks source link

Decouple the email notification from the foreground thread #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The email sending is done in the foreground thread in the CDI event bus. This 
needs to be decoupled to the background thread using either an asynchronous EJB 
method or a JMS message. JMS messaging is also going to be used to integrate 
Solr, so maybe this is a better option.

Original issue reported on code.google.com by mp.ashwo...@gmail.com on 17 Jun 2011 at 2:51