Skip to content

Commit

Permalink
BUGFIX: Fix a typo in queue options docs
Browse files Browse the repository at this point in the history
  • Loading branch information
johannessteu authored Jun 5, 2019
2 parents 486503c + aaed702 commit 8f2b3f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Configuration/Settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Neos:
# passive: false
# durable: false
# exclusive: false
# autoDelte: true
# autoDelete: true
# nowait: false
# arguments: []
# ticket: null
Expand All @@ -54,4 +54,4 @@ Neos:
# password: guest
# vhost: '/'
# insist: false
# loginMethod: 'AMQPLAIN'
# loginMethod: 'AMQPLAIN'
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Flowpack:
durable: true
# multiple worker should be able to consume a queue at the same time
exclusive: false
autoDelte: false
autoDelete: false

client:
host: localhost
Expand Down Expand Up @@ -94,7 +94,7 @@ Flowpack:
exchangeName: 't3n'
# the queue should be durable and don't delete itself
durable: true
autoDelte: false
autoDelete: false
# several worker are allowed per queue
exclusive: false
Expand Down

0 comments on commit 8f2b3f3

Please sign in to comment.