Skip to content

Commit e277938

Browse files
committed
Fix rebase conflict
1 parent 8fac66d commit e277938

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,12 @@ If you want to establish a consumer memory limit, you can do it by using flag `-
265265
$ ./app/console rabbitmq:consumer -l 256
266266
```
267267
268+
If you want to remove all the messages awaiting in a queue, you can execute this command to purge this queue:
269+
270+
```bash
271+
$ ./app/console rabbitmq:purge --no-confirmation upload_picture
272+
```
273+
268274
#### Idle timeout ####
269275
270276
If you need to set a timeout when there are no messages from your queue during a period of time, you can set the `idle_timeout` in seconds:

0 commit comments

Comments
 (0)