Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
Merge 56452a0 into 6fc2335
Browse files Browse the repository at this point in the history
  • Loading branch information
vorce committed Jul 23, 2019
2 parents 6fc2335 + 56452a0 commit e3fcdd8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ Optionally, you can:
* disable deadletter setup by setting `deadletter` attribute to `false`
* define custom names for deadletter queue / exchange / routing key by specifying `deadletter_queue` / `deadletter_exchange` / `deadletter_routing_key` attributes
* create a [priority queue][priority_queues] with `queue_max_priority` attribute
* control the type of exchange to create by using a `{type, name}` tuple for the `exchange` setting. Valid types: `:topic`, `:direct`, `:fanout`. Example: `{:direct, "my.exchange"}`. Note that a `headers` exchange is not supported right now.
* set up multible routing keys by using a list instead of string for the `routing_key` setting

For all available options please check [consumer documentation][consumer_doc].

Expand Down

0 comments on commit e3fcdd8

Please sign in to comment.