activemq-cpp Setup on Mac using Brew
It is C++ API for message brokers such as Apache ActiveMQ. C++ Messaging Service (CMS) is a JMS-like API for C++ for interfacing with Message Brokers such as Apache ActiveMQ.
It helps to make C++ client code much neater and easier to follow. To get a better feel for CMS try the API Reference. ActiveMQ-CPP is a client only library, a message broker such as Apache ActiveMQ is still needed for your clients to communicate.
You can know more at: https://activemq.apache.org/cms/index.html
Three easy steps to install activemq-cpp:
- Open up your terminal
- Get Homebrew installed by running:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Now you can simply install activemq-cpp using brew
brew install activemq-cpp
0 comments:
Post a Comment