I am currently reading from ActiveMQ with a Message driven bean (EJB3) in the back end. The problem I am facing is that I have to update a table in my JSF page as soon as I receive the message from ActiveMQ in the message driven bean.
Any suggestions of the technologies I can try would be great. I am currently using primefaces and glassfish.
Thx