Updated on 2022-09-01 GMT+08:00

RabbitMqConfig

Path

com.roma.apic.livedata.config.v1.RabbitMqConfig

Description

This class is used with ConnectionConfig, QueueConfig, ExchangeConfig, and RabbitMqProducer to configure a RabbitMQ client.

Constructor Details

public RabbitMqConfig(ConnectionConfig connectionConfig, QueueConfig queueConfig, ExchangeConfig exchangeConfig)

Constructs a RabbitMQ client configuration.

Parameters:

  • connectionConfig indicates the client connection configuration.
  • queueConfig indicates the queue configuration.
  • exchangeConfig indicates the switch configuration.