Exception: BunnyPublisher::CannotCreateQueue

Inherits:
ReturnedMessageError show all
Defined in:
lib/bunny_publisher/errors.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



7
8
9
10
11
12
13
# File 'lib/bunny_publisher/errors.rb', line 7

def to_s
  [
    'Can not create queue for re-publishing. Set queue_name, routing_key, '\
    'or override BunnyPublisher::Mandatory#declare_republish_queue',
    super
  ].join(' ')
end