Method: Totoro::Config#exchange_name_for_queue

Defined in:
lib/totoro/config.rb

#exchange_name_for_queue(queue_id) ⇒ Object



22
23
24
# File 'lib/totoro/config.rb', line 22

def exchange_name_for_queue(queue_id)
  @data[:queue][queue_id][:exchange]
end