In the creation of a queue the user should be able to add arguments based on the type of the queue ```typescript const queue = await connection.declareQueue("my-quorum-queue", { type: "quorum", quorumInitialGroupSize: 3, deliveryLimit: 3 }) ```