I don't have any valid approach for this problem: I need to subscribe
a JSP page to a JMS queue, in order to notify the page each change in
this particular queue. Each time a new modification message is
received by the queue I would like to refresh the JSP page.
It'll be a kind of automatic refresh each time the data changes.