This project uses the C4 process for all code changes. "Everyone, without distinction or discrimination, SHALL have an equal right to become a Contributor under the terms of this contract."
These slides (a visualization of the Internal Architecture of libzmq page) may be helpful if you are interesting in contributing to JeroMQ.
To run the automated test battery:
mvn test
To run a single test class (e.g. PubSubTest):
mvn -Dtest=PubSubTest test
Before submitting a Pull Request, please be sure that the tests pass!
To run the ZGuide examples:
mvn exec:java -Dexec.mainClass=guide.hwserver -Dexec.classpathScope=test
Or run this helper script:
scripts/run-example hwserver
For miscellaneous information that hasn't yet been pulled into this document, please see the wiki.