Skip to content

Instantly share code, notes, and snippets.

@ksexton
Created December 21, 2013 21:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ksexton/8075415 to your computer and use it in GitHub Desktop.
Save ksexton/8075415 to your computer and use it in GitHub Desktop.
(defn new-message
[options]
(let [conn (rmq/connect {:host (.getHostAddress (get options :hostname)) :username (get options :username) :password (get options :password) :ssl (get options :ssl)})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment