Replies: 1 comment 6 replies
-
|
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello perf-test team,
I was trying to use this tool to do performance test for our queues, when I tried to use
docker run -it --rm --network perf-test pivotalrabbitmq/perf-test:latest --uri amqp://rabbitmq --body <some_json_file.json>
it throws the same error all the time."java.lang.IllegalArgumentException: some_json_file.json isn't a valid body file."
But when we tried to clone the repo and run with the JAR, it works!
Used the below command for the same :
java -jar perf-test.jar --uri amqp://rabbitmq --body <some_json_file.json>
Not sure whats the issue here. Can you look into this issue?
Beta Was this translation helpful? Give feedback.
All reactions