SimpleAmqpClient is an easy-to-use C++ wrapper around the rabbitmq-c C library. Here is the examples for SimpleAmqpClient library application.
-
protobuf, use the specified SHA1 code:ab2094de11155ffa57e7d38a9b996dd038af981e
-
rabbitmq-c,
ENABLE_SSL_SUPPORT=OFF
unable OpenSSL thread-safety, it's not necessary.
std::string BasicConsume(const std::string &queue,
const std::string &consumer_tag = "",
bool no_local = true,
bool no_ack = true,
bool exclusive = true,
boost::uint16_t message_prefetch_count = 1);
the param "exclusive" true for only one client to access the queue, false is for multithread client to access the queue.