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.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.