git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1373794 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bosanac Dejan 2012-08-16 11:30:52 +00:00
parent a60442458e
commit faa8d79b82
1 changed files with 1 additions and 1 deletions

View File

@ -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 {