File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 1+ [[predeclared-topology]]
2+ == Using a Predeclared Topology
3+
4+ `Perftest` can both declare a topology for its publishers and consumers, and use
5+ an existing topology declared via different means (for example, by real applications
6+ that are being benchmarked).
7+
8+ To configure `PerfTest` to use an existing topology, use the `--predeclared` flag
9+ in combination with either `--exchange` (with publishers) or `--queue` (`-queue-pattern`)
10+ in the case of consumers.
11+
12+ If the topology uses https://rabbitmq.com/docs/quorum-queues[quorum queues], passing
13+ `--quorum-queues` may be necessary, and would also help clarify the intent to a human
14+ reader or an AI agent.
15+
16+ java -jar perf-test.jar --producers 1 --consumers 0 \
17+ --predeclared --routing-key rk --exchange x --use-millis
18+
19+
120[[customising-queues]]
221== Customising queues
322
You can’t perform that action at this time.
0 commit comments