Module messaging

Module messaging 

Source
Expand description

Common configuration settings for both the NATS messaging provider and the builtin messaging provider for the host. This module requires the messaging feature to be enabled

Structs§

ConnectionConfig
Configuration for connecting a nats client. More options are available if you use the json than variables in the values string map.
ConsumerConfig

Constants§

CONFIG_NATS_CLIENT_JWT
CONFIG_NATS_CLIENT_SEED
CONFIG_NATS_CONSUMERS
CONFIG_NATS_CUSTOM_INBOX_PREFIX
CONFIG_NATS_SUBSCRIPTION
CONFIG_NATS_TLS_CA
CONFIG_NATS_URI
DEFAULT_NATS_URI

Functions§

add_tls_ca
Adds the given CA cert to the provided async_nats::ConnectOptions.