tx = createXATx();
msgs[109] = CoreMessageFactory.createCoreMessage(109, false, null);
refs[109] = ms.reference(msgs[109]);
queue.handle(null, refs[109], tx);
refs[109].releaseMemoryReference();
tx.prepare();
tx.commit();
//verify 10 refs in storage
refIds = getReferenceIdsOrderedByPageOrd(queue.getChannelID());