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

Properties

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