Oracle Error Message
ORA-24076: cannot perform operation string for NON_PERSISTENT queue string.string
Reason for the Error
One of the operations, SCHEDULE_PROPAGATION, ALTER_QUEUE, LISTEN, DEQUEUE was issued for a NON_PERSISTENT queue.
Solution
Do not specify a NON_PERSISTENT queue for these operations.