Closed GoogleCodeExporter closed 8 years ago
Note for future implementation:
The PushQueue should be stoppable gracefully. The runQueue method of
NotificationThread (the actual implementation for PushQueue) actually has a
switch for shutting down gracefully, but is not exposed to users. A "stop"
method should be added to the NotificationThread class, and it should simply
set the mode property to something else than QUEUE, hence causing an exit of
the runQueue method's primary while loop.
Original comment by sype...@gmail.com
on 1 Mar 2013 at 5:37
I would highly appreciate if this issue would be pushed to a higher priority.
In production environment it can cause problems when you update the application
several times with small bugfixes without restarting the whole tomcat
environment. Thanks!
Original comment by andreas@filler.name
on 26 Apr 2013 at 1:27
Any updates on it?
I'm also afraid to run this on a production environment as it causes issues on
every Tomcat shutdown.
Original comment by fred.sc...@gmail.com
on 4 Jun 2013 at 12:31
Is something like this what you had in mind?
Original comment by j...@relayrides.com
on 26 Jul 2013 at 7:12
Attachments:
I would really appreciate if something like in #4 would be implemented. Having
trouble at Tomcat shutdown, too.
Original comment by cont...@vitus-lehner.de
on 18 Jul 2014 at 10:51
Fixed in r397 (trunk): added a stopQueue() method to PushQueue,
NotificationThread and NotificationThreads.
Original comment by sype...@gmail.com
on 11 Oct 2014 at 9:18
Original issue reported on code.google.com by
rthor...@gmail.com
on 23 Feb 2013 at 12:58