Bugzilla – Bug 5804
Destroy subscription resources of a job at the end of processing
Last modified: 2008-04-04 08:08:30
You need to log in before you can comment on or make changes to this bug.
Subscription resources of a job resource will be destroyed in Gram4 after the last notification had been sent. There’s no need for the client to do that manually anymore. Reason for that is that the client don't have to care for destruction of subscription resources anymore and the server's persistence directory does not get heaped up with forgotten subscription resources. A client can do so however, but this must be done before the job resource is destroyed due to architectural decisions in Java WS Core.
Implementation completed