C++ client library for Apache ActiveMQ message brokers
C++ API for message brokers such as Apache ActiveMQ
activemq-cpp$ g++ -I$(brew --prefix activemq-cpp)/include myapp.cpp -o myapp -L$(brew --prefix activemq-cpp)/lib -lactivemq-cpp$ ls -la $(brew --prefix activemq-cpp)/lib/$ find $(brew --prefix activemq-cpp)/include -name '*.h' | head -20