{"id":62139,"library":"activemq-cpp","title":"ActiveMQ-CPP","description":"Apache ActiveMQ is the most popular and powerful open source messaging and Integration Patterns server.","status":"active","version":"3.9.5","language":"cpp","source_language":null,"source_url":null,"tags":["messaging","jms","activemq","cpp"],"install":[{"cmd":"vcpkg install activemq-cpp","lang":"bash","label":"vcpkg"},{"cmd":"# CMakeLists.txt\nfind_package(activemq_cpp CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE activemq-cpp::activemq-cpp)","lang":"cmake","label":"CMake"}],"dependencies":[],"imports":[{"symbol":"activemq/core/ActiveMQConnectionFactory.h","correct":"#include <activemq/core/ActiveMQConnectionFactory.h>"}],"quickstart":{"code":"#include <activemq/core/ActiveMQConnectionFactory.h>\n#include <activemq/core/ActiveMQConnection.h>\n#include <activemq/core/ActiveMQSession.h>\n\nint main() {\n    activemq::core::ActiveMQConnectionFactory factory(\"tcp://localhost:61616\");\n    auto connection = factory.createConnection();\n    connection->start();\n    return 0;\n}","lang":"cpp","description":"Create a connection to an ActiveMQ broker"},"warnings":[],"env_vars":null,"search_vec":"'activemq':2,5,21 'activemq-cpp':1 'apach':4 'cpp':3,22 'integr':16 'jms':20 'messag':14,19 'open':12 'pattern':17 'popular':9 'power':11 'server':18 'sourc':13","created_at":"2026-06-17T05:18:10.653696+00:00","updated_at":"2026-06-17T05:18:10.653696+00:00","problems":[],"ecosystem":"vcpkg","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["messaging"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}