Registry / messaging / activemq-cpp

activemq-cpp

JSON →
library3.9.5vcpkgunverified

Apache ActiveMQ is the most popular and powerful open source messaging and Integration Patterns server.

vcpkg install activemq-cpp
INSTALL
IMPORT
SIG · ACTIVEMQ-CPP
A
activemq-cpp
messagingcppv3.9.5
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.

activemq/core/ActiveMQConnectionFactory.h
#include <activemq/core/ActiveMQConnectionFactory.h>

Create a connection to an ActiveMQ broker

#include <activemq/core/ActiveMQConnectionFactory.h> #include <activemq/core/ActiveMQConnection.h> #include <activemq/core/ActiveMQSession.h> int main() { activemq::core::ActiveMQConnectionFactory factory("tcp://localhost:61616"); auto connection = factory.createConnection(); connection->start(); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.9.5latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
34 hits · last 30 days
node
28
Bingbot
1
OpenAI (training)
1
Resources

No resource links recorded.

activemq-cpp — pip install activemq-cpp · libregistry