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

Properties

ticket: number
queue: string
exchange: string
routingKey: string
nowait: boolean
arguments: Record<string, unknown>