Skip to main content
Go to Latest
interface QueueDeclare
implements QueueDeclareArgs
import { type QueueDeclare } from "https://deno.land/x/amqp@v0.23.1/mod.ts";

Properties

ticket: number
queue: string
passive: boolean
durable: boolean
exclusive: boolean
autoDelete: boolean
nowait: boolean
arguments: Record<string, unknown>