Optional
autoSerialize: booleanSet up the topology declared in the chain. All exchanges / queues / bindings will be created.
Skip setup of the topology declared in the chain. Normally all queues / exchanges / bindings will be created each time subscribe / publish is called. This method will skip that step.
Optional
options: boolean | SkipSetupOptionsUnbind an exchange from the exchange / queue.
Optional
bindingArguments: BindingArgumentsOptional
bindingArguments: BindingArguments
Always serialize messages as JSON. This will make the publish method always serialize the message as JSON before sending it to the broker. The subscribe method will always deserialize the message as JSON before passing it to the callback.