Registry / messaging / simpleamqpclient

simpleamqpclient

JSON →
library2.5.1vcpkgunverified

Simple C++ wrapper around rabbitmq-c for AMQP messaging.

vcpkg install simpleamqpclient
INSTALL
IMPORT
SIG · SIMPLEAMQPCLIENT
S
simpleamqpclient
messagingcppv2.5.1
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.

SimpleAmqpClient/SimpleAmqpClient.h
#include <SimpleAmqpClient/SimpleAmqpClient.h>

Connect to a RabbitMQ server

#include <SimpleAmqpClient/SimpleAmqpClient.h> #include <iostream> int main() { auto channel = AmqpClient::Channel::Create("localhost"); std::cout << "Connected to RabbitMQ" << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.5.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
22
OpenAI (training)
1
Resources

No resource links recorded.

simpleamqpclient — pip install simpleamqpclient · libregistry