The period of the connection heartbeat in seconds.
Default value: 0
Hostname used for connecting to the server.
Default value: 'localhost'
The desired locale for error messages. RabbitMQ only ever uses en_US
Default value: 'en_US'
Password used for authenticating against the server.
Default value: 'guest'
Port used for connecting to the server.
Default value: 5672
The to be used protocol
Default value: 'amqp'
Username used for authenticating against the server.
Default value: 'guest'
What VHost shall be used.
Default value: '/'
Generated using TypeDoc
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