Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 287 Bytes

building.adoc

File metadata and controls

15 lines (10 loc) · 287 Bytes

Building the Client

You need JDK 11 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