]> git.mxchange.org Git - pizzaservice-ejb.git/commit
Please cherry-pick: (be careful with project-specific names!)
authorRoland Häder <roland@mxchange.org>
Thu, 25 Aug 2016 10:34:53 +0000 (12:34 +0200)
committerRoland Haeder <roland@mxchange.org>
Sun, 28 Aug 2016 13:54:11 +0000 (15:54 +0200)
commitd50abde26bb59a78246e9c2a7c6873bc14b513fb
tree8277704175914f7de60f08d3a4e4b6c5c5255ca0
parent1024cd0f3f549a9c6428057a02464da0bf023913
Please cherry-pick: (be careful with project-specific names!)
- <Project>UserActivitySessionBean should better extend BaseDatabaseBean as no mail is being sent from this type of EJB
- added activity JMS queue
- implemented it in message-driven bean
- this whole thing may be shortened to only the EJB but then it is synchronous and people then will experience a slow down on heavy load

Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/jusercore/model/user/activity/LandingUserActivityLogMessageBean.java [deleted file]
src/java/org/mxchange/jusercore/model/user/activity/PizzaUserActivityLogMessageBean.java [new file with mode: 0644]
src/java/org/mxchange/jusercore/model/user/activity/PizzaUserActivitySessionBean.java