Registry / messaging / amqpcpp

amqpcpp

JSON →
library4.3.27vcpkgunverified

AMQP-CPP is a C++ library for communicating with a RabbitMQ message broker

vcpkg install amqpcpp
INSTALL
IMPORT
SIG · AMQPCPP
A
amqpcpp
messagingcppv4.3.27
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

amqpcpp.h
#include <amqpcpp.h>

Connect to RabbitMQ broker

#include "amqpcpp.h" #include <iostream> int main() { AMQP::Address address("amqp://guest:guest@localhost/"); AMQP::TcpConnection connection(nullptr, address); std::cout << "Connected to RabbitMQ\n"; return 0; }
Debug
Known issues
gotchaRequires event loop integration (libev, libuv, or Boost.Asio)
fix
Provide a TcpHandler implementation for your event loop
affects: *
Upgrade
Version history
4.3.27latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
45 hits · last 30 days
node
36
OpenAI (training)
1
Resources

No resource links recorded.

amqpcpp — pip install amqpcpp · libregistry