Exchange to bind
Pattern(s) to use
Assert and bind an exchange to the main exchange. See Exchange to Exchange bindings
For patterns there are two wildcards:
*
- one word#
- zero or more words
A word is dot(period) delimitedname of the exchange to forward messages from
pattern(s) to bind
type of the exchange
Optional
exchangeOpts: ExchangeOptionsextra options for asserting the exchange
Bind an exchange to the main exchange.
For patterns there are two wildcards:
*
- one word#
- zero or more words
A word is dot(period) delimitedName of the exchange to bind
Pattern(s) to use
Type of the exchange
Optional
opts: Partial<ExchangeOptions>Options to pass to amqplib for asserting
Enable publishing using ConfirmChannels
See RabbitMq Docs
Optional
confirm: booleandefaults to true
Enable json mode (it's enabled by default). When json is enabled, messages that are published without using prepared message objects will be passed through JSON.stringify. When subscribing message data will be run through JSON.parse
Optional
json: booleandefaults to true
Don't run automatic setup. Useful for faster publishing.
Optional
skipSetup: booleandefaults to true
Generated using TypeDoc
Bind an exchange to the main exchange. See Exchange to Exchange bindings
For patterns there are two wildcards:
*
- one word#
- zero or more words A word is dot(period) delimited