Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
systems:amqp [2020/11/04 09:49]
ajdavis [Clear the Queue]
systems:amqp [2021/03/24 10:09] (current)
ajdavis [Clear the Queue]
Line 17: Line 17:
 In the case of certain errors the message queue may need to be cleared. You can do that by logging into the AMQP server and issuing the following command. In the case of certain errors the message queue may need to be cleared. You can do that by logging into the AMQP server and issuing the following command.
  
-**Note:** Only unacknowledged messages can be cleared. So any queue monitoring programs should be stopped.+**Note:** <wrap hi>Only unacknowledged messages can be cleared. So any queue monitoring programs should be stopped.</wrap>
 <code> <code>
 rabbitmqctl purge_queue <queue_name> rabbitmqctl purge_queue <queue_name>