}
public void createQueueService(String name, Entry[] attrs)
throws IOException
{
ExecutionEngineImpl execEng = new ExecutionEngineImpl();
QueueProxy q = new QueueProxy(name, space, execEng, txnMgr);
JAMServiceRegistrar jsr = new JAMServiceRegistrar(q, attrs, locators, joiners);
jsr.run();
}