Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Connect

Index

Properties

frameMax?: number

The size in bytes of the maximum frame allowed over the connection. 0 means no limit (but since frames have a size field which is an unsigned 32 bit integer, it’s perforce 2^32 - 1).

Default value: 0x1000 (4kb) - That's the allowed minimum, it will fit many purposes

heartbeat?: number

The period of the connection heartbeat in seconds.

Default value: 0

hostname?: string

Hostname used for connecting to the server.

Default value: 'localhost'

locale?: string

The desired locale for error messages. RabbitMQ only ever uses en_US

Default value: 'en_US'

password?: string

Password used for authenticating against the server.

Default value: 'guest'

port?: number

Port used for connecting to the server.

Default value: 5672

protocol?: string

The to be used protocol

Default value: 'amqp'

username?: string

Username used for authenticating against the server.

Default value: 'guest'

vhost?: string

What VHost shall be used.

Default value: '/'

Generated using TypeDoc