How do I notify the web module about the status of a job running in MDB (EJB3.0)?
We use Message Driven Bean to generate large reports and handle long running tasks. How can MDB notify the fe web module of the session listener of the work status without polling clients?