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

Properties

username: string
password: string
optional
vhost: string
optional
heartbeatInterval: number
optional
frameMax: number
loglevel: "debug" | "none"