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.
Last Article: QueueConfig
Next Article: RabbitMqProducer
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.