You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
create https://rabbitmq.com/quorum-queues.html[quorum queues], but PerfTest provides
16
+
a `--quorum-queue` flag to do that:
17
+
18
+
bin/runjava com.rabbitmq.perf.PerfTest \
19
+
--quorum-queue --queue name
20
+
21
+
`--quorum-queue` is a shortcut for `--flag persistent --queue-args x-queue-type=quorum --auto-delete false`. Note a quorum queue cannot have a server-generated name, so the
22
+
`--queue` argument must be used to specify the name of the queue(s).
23
+
14
24
== Customising messages
15
25
16
26
It is possible to customise messages that PerfTest publishes. This allows
0 commit comments