The AMQP plugin for Orchestrator can create queues with some basic attributes (durable, auto delete).
Creating queues with more advanced options like: auto expire, max length, deadletter queues is possible with the RabbitMQ Management HTTP API.
This sample shows how to create a queue via the RabbitMQ Management HTTP API from Orchestrator with the REST plugin.
The REST:RESTHost input should point to the RabbitMQ Management interface. Typical REST Host settings: Protocol: http Port: 15672 Auth: Basic