activemq-cpp

C++ client library for Apache ActiveMQ message brokers

brewmacoslinux
Try with needOr install directly
Source

About

C++ API for message brokers such as Apache ActiveMQ

Commands

activemq-cpp

Examples

Include ActiveMQ C++ headers in your C++ project compilation$ g++ -I$(brew --prefix activemq-cpp)/include myapp.cpp -o myapp -L$(brew --prefix activemq-cpp)/lib -lactivemq-cpp
Check installed ActiveMQ C++ library version and files$ ls -la $(brew --prefix activemq-cpp)/lib/
View ActiveMQ C++ development headers available$ find $(brew --prefix activemq-cpp)/include -name '*.h' | head -20