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.

messaging
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.

#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 footguns

No known footguns recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
0 hits · last 30 days

No traffic data recorded yet.

Resources

No resource links recorded.