Skip to content

Instantly share code, notes, and snippets.

@rboyd
Created December 4, 2012 15:48
Show Gist options
  • Save rboyd/4205354 to your computer and use it in GitHub Desktop.
Save rboyd/4205354 to your computer and use it in GitHub Desktop.
(def queue-name (immutant.messaging/as-queue "SomeQueue"))
(defn init []
(messaging/listen queue-name msg-dispatch :host "remote-broker" :port 12345 :decode? false))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment