Skip to content

Instantly share code, notes, and snippets.

View calj's full-sized avatar

Camille calj

View GitHub Profile

Keybase proof

I hereby claim:

  • I am calj on github.
  • I am cmeulien (https://keybase.io/cmeulien) on keybase.
  • I have a public key ASDNj-6wYRGT8bcThgP1Tu0IovlfLwJoCZQu5NepwnS_3Ao

To claim this, I am signing this object:

require 'mq'
EM.run{
sched = MQ.new
lqname = "Local Queue #{ rand(100000) } "
sched.queue(lqname).bind('schedule').subscribe { |msg|
puts msg
}