I am building a community site using Grails, and I want to implement user notifications just like stackoverflow.com . For example, a user will receive a notification about new events (“You have new comments,” “one of your favorites has changed” ...) either by email or in your inbox at any time when he returns to the site.
I believe this is a common problem and I would like to know that you are advising a simple solution on implementing the back-end in the Grails area. For example, is Java Messaging the recommended solution for this?
Thanks.
java grails jms message-queue
fabien7474
source share