Skip to main content
Version: 2.6

RmQ Subscriber Configuration

The subscriber is used to get data from the RabbitMQ broker. Each subscriber has its own context and can get data either from different RabbitMQ instances or exchanges.

The logger specific connection string must be set in the property "Connection". Connection string containing host and user credentials: Server=<Enter IP>; Uid=<Username>; Pwd=<Password>; Vhost=<Virtual Host>

The following table contains the specific properties of the RabbitMqClient Subscriber configuration. It extends the general DataLogger subscriber configuration documented in Common DataLogger Configuration.

ParameterDescriptionData Type
ExchangesExchanges see Exchange Config.
QueuesArray of Queues see Queue Config