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