Parent

Methods

Class/Module Index [+]

Quicksearch

AMQ::Client::PossibleAuthenticationFailureError

Public Class Methods

new(settings) click to toggle source

API

# File lib/amq/client/exceptions.rb, line 88
def initialize(settings)
  super("AMQP broker closed TCP connection before authentication succeeded: this usually means authentication failure due to misconfiguration or that RabbitMQ version does not support AMQP 0.9.1. Please see http://bit.ly/amqp-gem-080-and-rabbitmq-versions and check your configuration. Settings are #{settings.inspect}.")
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.