Consumer settings struct.
More...
#include <userver/urabbitmq/consumer_settings.hpp>
Consumer settings struct.
Definition at line 15 of file consumer_settings.hpp.
◆ prefetch_count
std::uint16_t urabbitmq::ConsumerSettings::prefetch_count |
Limit for unacked messages, degree of parallelism if you will. Tasks are dispatched asynchronously, so be a bit careful with this value: up to this value of tasks might be executed concurrently, which could be overwhelming
Settings this value to 1 basically makes a consumer synchronous, which could be of use for some workloads
Definition at line 26 of file consumer_settings.hpp.
◆ queue
Queue urabbitmq::ConsumerSettings::queue |
The documentation for this struct was generated from the following file: