Check if after import the queue is enabled:
---- code starts here ----

SELECT NAME, ENQUEUE_ENABLED, DEQUEUE_ENABLED
FROM USER_QUEUES;

---- code ends here ----