Exception: RubyRabbitmqJanus::Errors::Rabbit::Publish::TestCorrelation

Inherits:
BasePublish show all
Defined in:
lib/rrj/errors/rabbit/publish/publisher.rb

Instance Method Summary collapse

Constructor Details

#initialize(message, propertie) ⇒ TestCorrelation

Returns a new instance of TestCorrelation.



31
32
33
# File 'lib/rrj/errors/rabbit/publish/publisher.rb', line 31

def initialize(message, propertie)
  super "Response correlation ID mismatch (#{message} != #{propertie})", :fatal
end