Skip to content

Files

Latest commit

 

History

History
15 lines (10 loc) · 289 Bytes

building.adoc

File metadata and controls

15 lines (10 loc) · 289 Bytes

Building the Client

You need JDK 1.8 or more installed.

To build the JAR file:

./mvnw clean package -DskipITs -DskipTests

To launch the test suite (requires a local RabbitMQ node with stream plugin enabled):

./mvnw verify -Drabbitmqctl.bin=/path/to/rabbitmqctl