Skip to content

Commit

Permalink
Update getting_started.md
Browse files Browse the repository at this point in the history
Sorry everyone, but the incorrect abbreviation was a tad annoying. Wonderful documentation though!
  • Loading branch information
Paul S. Chun committed Dec 26, 2015
1 parent 6227c3c commit c97519d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions articles/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ basketball. Here is the code:
(doseq [u users]
(start-consumer ch ex u))
(lb/publish ch ex "" "BOS 101, NYK 89" {:content-type "text/plain" :type "scores.update"})
(lb/publish ch ex "" "ORL 85, ALT 88" {:content-type "text/plain" :type "scores.update"})
(lb/publish ch ex "" "ORL 85, ATL 88" {:content-type "text/plain" :type "scores.update"})
(Thread/sleep 2000)
(rmq/close ch)
(rmq/close conn)))
Expand Down Expand Up @@ -392,7 +392,7 @@ publishing: it is an empty string.

``` clojure
(lb/publish ch ex "" "BOS 101, NYK 89" {:content-type "text/plain" :type "scores.update"})
(lb/publish ch ex "" "ORL 85, ALT 88" {:content-type "text/plain" :type "scores.update"})
(lb/publish ch ex "" "ORL 85, ATL 88" {:content-type "text/plain" :type "scores.update"})
```

Fanout exchanges simply put a copy of the message in each queue bound
Expand Down

0 comments on commit c97519d

Please sign in to comment.