Notify all clients about changes from SLSB

Hi,

I am trying to find a solution for the requirement described as follows. I want to notify all clients if an entity is updated in an Stateless session bean. Actually i am sending the information via jms and using the extended UI class (yes, I am using Vaadin 7) as a jms MessageConsumer. To update the UI I am using the IcePush add-on.

Is this a good idea or are there any other ways to achieve such a thing?

Thx, Georg