Definition at line 15 of file client_settings.hpp.
Public Attributes | |
std::string | host = "localhost" |
RabbitMQ node address (either FQDN or ip) | |
uint16_t | port = 5672 |
Port to connect to. | |
std::string urabbitmq::EndpointInfo::host = "localhost" |
RabbitMQ node address (either FQDN or ip)
Definition at line 17 of file client_settings.hpp.
uint16_t urabbitmq::EndpointInfo::port = 5672 |
Port to connect to.
Definition at line 20 of file client_settings.hpp.