| --- |
| layout: default_md |
| title: Source |
| title-class: page-title-main |
| type: main |
| --- |
| ActiveMQ source code |
| ============================ |
| |
| Web Browsing of the git Repo |
| ---------------------------- |
| |
| To browse via the web: |
| |
| [https://git-wip-us.apache.org/repos/asf?p=activemq.git](https://git-wip-us.apache.org/repos/asf?p=activemq.git) |
| |
| Checking out from the git Repo |
| ------------------------------ |
| |
| git clone [https://git-wip-us.apache.org/repos/asf/activemq.git](https://git-wip-us.apache.org/repos/asf/activemq.git) |
| |
| Only project developers can commit to the git repo via this method. SSH must be installed on your client machine. Enter your site password when prompted. |
| |
| Building the code |
| ----------------- |
| |
| To then build the code, see [Building](building). |
| |
| ActiveMQ Artemis |
| ================ |
| |
| Web Browsing of the ASF git Repo |
| -------------------------------- |
| |
| To browse via the web: |
| |
| [https://git-wip-us.apache.org/repos/asf?p=activemq-artemis.git](https://git-wip-us.apache.org/repos/asf?p=activemq-artemis.git) |
| |
| Browsing the Github Repo |
| ------------------------- |
| |
| [https://github.com/apache/activemq-artemis](https://github.com/apache/activemq-artemis) |
| |
| Checking out from the Github Repo |
| --------------------------------- |
| |
| git clone [https://github.com/apache/activemq-artemis](https://github.com/apache/activemq-artemis) |
| |
| **Committers:** Please follow the instructions for properly configuring the [Instructions for Core Contributors/Hacking Guide](https://github.com/apache/activemq-artemis/blob/master/docs/hacking-guide/enSUMMARY) |
| |
| **Contributors:** Please create a [pull request](https://github.com/apache/activemq-artemis) to contribute changes to the source code. |
| |
| Building the code |
| ----------------- |
| |
| To then build the code, take a look at [Building the distribution](https://github.com/apache/activemq-artemis/blob/master/docs/hacking-guide/enDevelopers/Developers/building) |
| |