mirror of https://github.com/apache/activemq.git
https://issues.apache.org/jira/browse/AMQ-3979 - non-daemon threads in ajax servlet
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1373794 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a60442458e
commit
faa8d79b82
|
@ -74,7 +74,7 @@ public class MessageListenerServlet extends MessageServletSupport {
|
|||
private long defaultReadTimeout = -1;
|
||||
private long maximumReadTimeout = 25000;
|
||||
private int maximumMessages = 100;
|
||||
private Timer clientCleanupTimer = new Timer();
|
||||
private Timer clientCleanupTimer = new Timer("ActiveMQ Ajax Client Cleanup Timer", true);
|
||||
private HashMap<String,AjaxWebClient> ajaxWebClients = new HashMap<String,AjaxWebClient>();
|
||||
|
||||
public void init() throws ServletException {
|
||||
|
|
Loading…
Reference in New Issue