class ActiveJob::QueueAdapters::QueAdapter

def queue(job, *args)

def queue(job, *args)
  JobWrapper.enqueue job, *args, queue: job.queue_name
end