Web Browsing of Git repositories

Browse the source tree of each of the NMS projects directly:

https://gitbox.apache.org/repos/asf/activemq-nms-api.git
https://gitbox.apache.org/repos/asf/activemq-nms-openwire.git
https://gitbox.apache.org/repos/asf/activemq-nms-amqp.git
https://gitbox.apache.org/repos/asf/activemq-nms-ems.git
https://gitbox.apache.org/repos/asf/activemq-nms-msmq.git
https://gitbox.apache.org/repos/asf/activemq-nms-stomp.git
https://gitbox.apache.org/repos/asf/activemq-nms-zmq.git
https://gitbox.apache.org/repos/asf/activemq-nms-xms.git

Checking out from Git

To download the individual projects, run the following command(s):

git clone https://gitbox.apache.org/repos/asf/activemq-nms-api.git
git clone https://gitbox.apache.org/repos/asf/activemq-nms-openwire.git
git clone https://gitbox.apache.org/repos/asf/activemq-nms-amqp.git
git clone https://gitbox.apache.org/repos/asf/activemq-nms-ems.git
git clone https://gitbox.apache.org/repos/asf/activemq-nms-msmq.git
git clone https://gitbox.apache.org/repos/asf/activemq-nms-stomp.git
git clone https://gitbox.apache.org/repos/asf/activemq-nms-zmq.git
git clone https://gitbox.apache.org/repos/asf/activemq-nms-xms.git

Only project developers can commit to the Git tree via this method.

Branches

We use the master for the next main release; then we use a branch for any bug fixes on the previous major release.

Building the code

To then build the code see Building.