diff --git a/kombu/connection.py b/kombu/connection.py index ab27d0bf..5c209875 100644 --- a/kombu/connection.py +++ b/kombu/connection.py @@ -576,6 +576,7 @@ class Connection(object): ('login_method', self.login_method or D.get('login_method')), ('uri_prefix', self.uri_prefix), ('heartbeat', self.heartbeat), + ('failover_strategy', self.failover_strategy), ('alternates', self.alt), ) return info