How to disable the automatic queue creation with amqp qpid jms client

If you remove this line:
// Create the queue programmatically and the corresponding messaging resource
        Queue queue = session.createQueue(QUEUE_NAME);
it will not try and create a queue