Skip to content

Commit

Permalink
Merge pull request #29 from bertrandgauthier/bertrandgauthier-patch-1
Browse files Browse the repository at this point in the history
Config keys with no correspondance in classes
  • Loading branch information
thomasvargiu authored Jan 13, 2023
2 parents 5d9eb60 + 97632ff commit a166e94
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,20 +67,17 @@ return [
'durable' => true, // (default)
'auto_delete' => false, // (default)
'internal' => false, // (default)
'no_wait' => false, // (default)
'declare' => true, // (default)
'arguments' => [], // (default)
'ticket' => 0, // (default)
'exchange_binds' => [] // (default)
],
'queue' => [ // optional queue
'name' => 'queue-name', // can be an empty string,
'type' => null, // (default)
'passive' => false, // (default)
'durable' => true, // (default)
'auto_delete' => false, // (default)
'exclusive' => false, // (default)
'no_wait' => false, // (default)
'arguments' => [], // (default)
'ticket' => 0, // (default)
'routing_keys' => [] // (default)
Expand Down

0 comments on commit a166e94

Please sign in to comment.