Skip to content

Instantly share code, notes, and snippets.

@pradeepgatram
Created February 3, 2010 05:11
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 pradeepgatram/293346 to your computer and use it in GitHub Desktop.
Save pradeepgatram/293346 to your computer and use it in GitHub Desktop.
#...
mq = MQ.new
mq.prefetch(1) # fetching only one message at a time
bound_q = mq.queue(AMQP_CONFIG[:subscriber_queue_for_store_data])
#...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment