Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 787 Bytes

kubemq_queues_ack.md

File metadata and controls

36 lines (22 loc) · 787 Bytes

kubemq queues ack

Queues ack all messages in a 'queues' channel

Synopsis

Queues ack command allows to clear / remove / ack all messages in a 'queues' channel

kubemq queues ack [flags]

Examples


	# Ack all messages in a 'queues' channel 'some-channel' with 2 seconds of wait to complete operation
	kubemq queue ack some-channel
	
	# Ack all messages in a 'queues' channel 'some-long-queue' with 30 seconds of wait to complete operation
	kubemq queue ack some-long-queue -w 30

Options

  -h, --help       help for ack
  -w, --wait int   set how many seconds to wait for ack all messages (default 2)

SEE ALSO

Auto generated by spf13/cobra on 21-Aug-2021