final AtomicLong insertCount = new AtomicLong(0);
final long max_count = 1000000;
final CountingQueueStats stats = new CountingQueueStats();
final ConsistencyLevel cl = ConsistencyLevel.CL_ONE;
final MessageQueue scheduler = new ShardedDistributedMessageQueue.Builder()
.withColumnFamily(SCHEDULER_NAME_CF_NAME)
.withQueueName("StressQueue"+qNameSfx)
.withKeyspace(keyspace)
.withConsistencyLevel(cl)