CreateDeleteGetExist.true if the specified
queuename exists.
Returns .false otherwise.
OpenSet/* default queue */
rxqueue("Get") --> "SESSION"
/* assuming FRED does not already exist */
rxqueue("Create", "Fred") --> "FRED"
/* assuming SESSION had been active */
rxqueue("Set", "Fred") --> "SESSION"
/* assuming FRED exists */
rxqueue("delete", "Fred") --> "0"