0

We are using Message Driven Bean to generate large reports and process durable tasks. How can MDB notify web-module f.e. session listener about job status without client poll?

Thanks in advance.

Fionnuala
  • 90,370
  • 7
  • 114
  • 152
Pavel
  • 1,019
  • 2
  • 10
  • 19

2 Answers2

0

Try to create web service in EJB and use it, but it PERMGENious!!!

0

Yeee, PermGen is eternal problem, good luck.