Class BrokerConfig

Hierarchy

  • BrokerConfig

Constructors

Properties

Constructors

Properties

host: string = 'localhost:8811'

Description

If a different broker server should be used, this is its address. Unix socket path or host:port combination.

listen: string = 'localhost:8811'

Description

If startOnBootstrap is true, the broker server stats at this address. Unix socket path or host:port combination

startOnBootstrap: boolean = false

Description

Automatically starts a single broker in the main process. Disable it if you have a custom broker node.

Generated using TypeDoc