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

Properties

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