class EventQ::RabbitMq::DefaultQueue
Public Class Methods
new()
click to toggle source
# File lib/eventq_rabbitmq/default_queue.rb, line 4 def initialize @name = 'Default'.freeze @allow_retry = false @max_retry_attempts = 1 end