43444546474849
protected int threadTerminationCount = 1; public AbstractQueueHandler(String queueId) { super(); queueIdentifer = queueId; threadWatcher = new QueueWatcherTask(this); }