Cause: There were outstanding transactions on the queue, and WAIT was set to false, so STOP_QUEUE was unsucessful in stopping the queue. See the solution below.
Error solution: Set WAIT to TRUE and try STOP_QUEUE again. It will hang till all outstanding transactions are completed.
Database version: Oracle 11g Release 2 (11.2)