proton-tests · The Proton python system tests execute against the Java or C implementation, using Maven (via this pom) and CMake/CTest respectively. To run the tests against proton-j, execute: mvn test Example of advanced usage (all of the -D flags are optional): mvn test \ -Dproton.pythontest.pattern='proton_tests.transport.ClientTransportTest.*' \ -Dproton.pythontest.invocations=20 \ -Dproton.pythontest.always_colorize=true
Group: org.apache.qpid - All Dependencies
QpidJMS · QpidJMS is a JMS framework featuring support for AMQP v1.0
Apache Qpid JMS AMQP 0-x Parent · Apache Qpid JMS AMQP 0-x
Apache Qpid JMS AMQP 0-x System Tests · Apache Qpid JMS AMQP 0-x System Tests
Qpid ProtonJ2 Parent · Qpid ProtonJ2 is a library for speaking AMQP 1.0.
Apache Qpid · Apache Qpid™ makes messaging tools that speak AMQP and support many languages and platforms. AMQP is an open internet protocol for reliably sending and receiving messages. It makes it possible for everyone to build a diverse, coherent messaging ecosystem.
The Proton system tests execute against either the Java or the C implementations, based on the chosen profile. To execute, run either "mvn test -P proton-j" or "mvn test -P proton-jni". To reduce the set of Python tests run, set system property proton.pythontest.pattern, for example: mvn test -Dproton.pythontest.pattern='proton_tests.transport.TransportTest.*' The proton-jni profile looks for the JNI jar and native libraries under directory <basedir>/build/proton-c. To override this, run Maven like so: "mvn test -P proton-jni -Dproton-c-build-dir=/path/to/build/dir".
Qpid QMF2 Management Broker Plug-in · QMF2 Management broker plug-in