Skip to content

Instantly share code, notes, and snippets.

@chuckremes
Created January 8, 2010 22:41
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 chuckremes/272520 to your computer and use it in GitHub Desktop.
Save chuckremes/272520 to your computer and use it in GitHub Desktop.
_queue = MQ.queue("auto").bind(exchangeName).callback(function(msg) {
console.log("called callback");
[self processUpdate:msg];
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment