module Rapid

Constants

VERSION

Public Class Methods

get_channel() click to toggle source
# File lib/rapidjob.rb, line 10
def get_channel
  conn = Bunny.new
  conn.start
  conn.create_channel
end