You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The CLAMP Participant Simulator is a simulator used to test the participant ecosystem.

Sirisha Manchikanti to update.


Run Participant Simulator from command line using Maven

mvn spring-boot:run -Dspring-boot.run.arguments="--server.port=8080 --topicServer=localhost"

Run Participant from command line using Jar

java -jar -Dserver.port=8080 -DtopicServer=localhost target/policy-clamp-participant-impl-simulator-6.1.2-SNAPSHOT.jar

  • No labels