Latest
interface QueueBindArgs
import { type QueueBindArgs } from "https://dotland.deno.dev/x/amqp@v0.24.0/mod.ts";

Properties

optional
ticket: number

Default 0

optional
queue: string

Default ""

exchange: string
optional
routingKey: string

Default ""

optional
arguments: Record<string, unknown>

Default {}