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

Properties

optional
ticket: number

Default 0

optional
queue: string

Default ""

exchange: string
optional
routingKey: string

Default ""

optional
arguments: Record<string, unknown>

Default {}