Skip to main content
Very Popular
Go to Latest
interface AmqpConnectParameters
import { type AmqpConnectParameters } from "https://deno.land/x/amqp@v0.23.1/src/amqp_connect_options.ts";

Properties

hostname: string
port: number
username: string
password: string
vhost: string
optional
heartbeatInterval: number
optional
frameMax: number
loglevel: "debug" | "none"
optional
tls: boolean