Optional frameThe maximum frame size to use for the connection.
Optional heartbeatThe heartbeat interval to use for the connection.
Optional hostnameThe hostname of the server to connect to.
Optional localeThe locale to use for the connection.
Optional passwordThe password to use for authentication.
Optional portThe port number to connect to.
Optional protocolThe protocol to use for the connection (e.g. 'amqp' or 'amqps').
Optional usernameThe username to use for authentication.
Optional vhostThe virtual host to use for the connection.
Options for creating a new instance of a Connection object.
Remarks
This interface extends the
amqplib.Options.Connectinterface.