Skip to main content
Very Popular
Latest
interface QueueBindArgs
import { type QueueBindArgs } from "https://deno.land/x/amqp@v0.24.0/src/amqp_types.ts";

Properties

optional
ticket: number

Default 0

optional
queue: string

Default ""

exchange: string
optional
routingKey: string

Default ""

optional
arguments: Record<string, unknown>

Default {}