Exception: AMQP::Client::Error::PublishNotConfirmed

Inherits:
AMQP::Client::Error show all
Defined in:
lib/amqp/client/errors.rb

Overview

Raised if a message published with confirms enabled was not confirmed (nacked)

Instance Method Summary collapse

Constructor Details

#initializePublishNotConfirmed

Returns a new instance of PublishNotConfirmed.



37
38
39
# File 'lib/amqp/client/errors.rb', line 37

def initialize
  super("Message was not confirmed by the broker")
end