Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit cc13d15

Browse files
author
Kevin Harper
committed
review comments
1 parent 4d95242 commit cc13d15

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

guides/v2.2/config-guide/mq/manage-mysql.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ where:
4444

4545
`<consumer_name>` is the consumer to start.
4646

47-
`--max-messages=<value>` defines the maximum number of messages to consume per invocation. If number of messages are less then defined maximum number of messages, then the consumer will receive all the available messages in a queue.
48-
4947
`--max-messages=<value>` defines the maximum number of messages to consume per invocation. If the number of queued messages is less than the specified maximum number of messages, if there are fewer than the specified number of messages in the queue, the consumer will poll for new messages until it has processed that number of messages. The command can be launched again with cron within a configured period of time, or manually.
5048

5149
If `--max-messages` is not specified, the process runs continuously.

0 commit comments

Comments
 (0)