PluginInfo pluginInfo = new PluginInfo(glob, pluginManager, type, "1.0");
java.util.Properties prop = (java.util.Properties)pluginInfo.getParameters();
prop.put("tableNamePrefix", "TEST");
prop.put("entriesTableName", "_entries");
I_Queue tmpQueue = pluginManager.getPlugin(pluginInfo, queueId, cbProp);
tmpQueue.clear();
// add some persistent entries and then shutdown ...
DummyEntry entry = new DummyEntry(glob, PriorityEnum.NORM_PRIORITY, queue.getStorageId(), 100, true);
tmpQueue.put(entry, false);
entry = new DummyEntry(glob, PriorityEnum.NORM_PRIORITY, queue.getStorageId(), 100, true);
tmpQueue.put(entry, false);