How to impelement messaging services in a website?

Posted by Alex on Stack Overflow See other posts from Stack Overflow or by Alex
Published on 2010-03-29T17:00:17Z Indexed on 2010/03/29 17:03 UTC
Read the original article Hit count: 347

Filed under:
|
|
|
|

There's a website which currently has only web interfaces for all the users. However, new requirement has emerged which says that there is a need in providing an alternative interface for a certain group of website users who want to regularly receive pushed notifications(messages) that would inform them about new events(news) in their field of interest.

What sort of interface would it be?Is it all about using a MOM(message-oriented middleware) like JMS and deploying it withing an application server on a website using publish/subscribe model?Is it the correct way how to meet these sort of requirements?And if it's not a web-based interface,would kind of interface would it be then for the users?

Thanks

© Stack Overflow or respective owner

Related posts about mom

Related posts about jms