Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuratczyk committed Nov 21, 2024
1 parent 4ab1a4a commit fc1d60c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ messages published with perf-test can be consumed by `omq` or vice versa, and th
--amqp-reject-rate int Rate of messages to reject (0-100%)
--amqp-release-rate int Rate of messages to release without accepting (0-100%)
--amqp-subject strings AMQP 1.0 message subject(s), eg. foo,bar,baz
--mqtt-consumer-version int MQTT consumer protocol version (3, 4 or 5; default=5) (default 5)
--mqtt-publisher-clean-session MQTT publisher clean session (default true)
--mqtt-publisher-qos int MQTT publisher QoS level (0, 1 or 2; default=0)
--mqtt-publisher-version int MQTT consumer protocol version (3, 4 or 5; default=5) (default 5)
--cleanup-queues Delete the queues at the end (only explicitly declared queues, not STOMP subscriptions)
-D, --cmessages int The number of messages to consume per consumer (default=MaxInt) (default 9223372036854775807)
-T, --consume-from string The queue/topic/terminus to consume from (%d will be replaced with the consumer's id) (default "/topic/omq")
Expand Down

0 comments on commit fc1d60c

Please sign in to comment.