Optional
adapterOptional
autoIf true then the connection will be made automatically. Otherwise .connect() should be called before attempting to do any operations.
Optional
defaultsOptional
appId?: stringThe name of the application. This will be used as the appId when publishing messages.
Optional
concurrency?: numberThe default concurrency to use for consumers. This can be overridden by calling .concurrency (or it's alias, .prefetch) on the chain.
Optional
extensionsAdditional methods to add to the chains.
Optional
globalAdd global middlewares to be run for all consumers
Optional
logOptional
reconnectDelay in milliseconds before trying to reconnect to the broker after a connection failure.
Optional
tlsTLS options to use when connecting to the broker
Adapter to use for commands to the broker. Useful for testing.