Skip to content

Commit

Permalink
fix example script
Browse files Browse the repository at this point in the history
  • Loading branch information
icylisper committed Sep 4, 2009
1 parent 12f4987 commit beecaef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion example.clj
Expand Up @@ -31,6 +31,6 @@
:exchange "sorting-room"
:queue "po-box"
:routing-key "tata"}
channel (connect conn-map)]
[conn channel] (connect conn-map)]
(bind-channel conn-map channel)
(publish conn-map channel "message"))
1 change: 0 additions & 1 deletion src/com/github/icylisper/rabbitmq.clj
Expand Up @@ -62,7 +62,6 @@
(.basicConsume ch queue-name consumer)
(delivery-seq ch consumer))))


(comment
; usage

Expand Down

0 comments on commit beecaef

Please sign in to comment.