Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
Document fanoutOnly.
Browse files Browse the repository at this point in the history
RB_ID=77136
  • Loading branch information
Cory Watson committed Jul 26, 2012
1 parent b3cdf22 commit 6993502
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/guide.md
Expand Up @@ -182,6 +182,11 @@ is created, and it will start receiving new items written to the parent queue.
Existing items are not copied over. A fanout queue can be deleted to stop it
from receiving new items.

`fanoutOnly` may be set to true if the queue in question will only serve write
point for fanout queues. No journal file will be kept for the parent, only
for the child queues. This saves the overhead of writing to the parent and
removes the need to empty it. Note that setting `fanoutOnly` to true and
having no fanouts for the queue effectively makes it a black hole.

Queue Aliases
-------------
Expand Down

0 comments on commit 6993502

Please sign in to comment.