The function <RXQUEUE( "SET", queuename ) does not check, if the queue queuename exist and writing or reading from a non-existent queue raises the condition FAILURE.
Therefor you should test a queue before using it. (see Check if a queue exists for an example).