Skip to content

Commit

Permalink
Merge branch 'master' of github.com:michaelklishin/langohr
Browse files Browse the repository at this point in the history
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
  • Loading branch information
Michael Klishin committed Feb 26, 2013
2 parents 4dca130 + a963b3a commit 0d79825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clojure/langohr/exchange.clj
Expand Up @@ -21,7 +21,7 @@
By default declares non-autodeleted non-durable exchanges.
Core exhange types:
Core exchange types:
- direct: 1:1 form of communication. Routing key defines how broker will direct message from producer to the consumer.
- fanout: 1:N message delivery pattern. No routing keys are involved. You bind a queue to exchange and messages sent to that exchange are delivered to all bound queues.
Expand Down

0 comments on commit 0d79825

Please sign in to comment.