Skip to content

Commit

Permalink
Add auto_delete parameter in config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeniy Guseletov committed May 18, 2012
1 parent 8d3de60 commit 40b7416
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,11 @@ old_sound_rabbit_mq:
producers:
update_bundle:
connection: default
exchange_options: {name: 'upload-bundle', type: direct, durable: true }
exchange_options: {name: 'upload-bundle', type: direct, durable: true, auto_delete: false }
consumers:
update_bundle:
connection: default
exchange_options: {name: 'upload-bundle', type: direct, durable: true }
exchange_options: {name: 'upload-bundle', type: direct, durable: true, auto_delete: false }
queue_options: {name: 'upload-bundle'}
callback: knp_bundles.consumer.update_bundle
anon_consumers:
Expand Down

0 comments on commit 40b7416

Please sign in to comment.