Skip to content

Commit

Permalink
[rabbitmq] Disable automatic connection recovery for output
Browse files Browse the repository at this point in the history
Related to LGOSTASH-1350.
  • Loading branch information
michaelklishin committed Sep 15, 2013
1 parent e2faca1 commit 1ed7eba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/logstash/outputs/rabbitmq/hot_bunnies.rb
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ def connect
:vhost => @vhost,
:host => @host,
:port => @port,
:user => @user
:user => @user,
:automatic_recovery => false
}
@settings[:pass] = if @password
@password.value
Expand Down

0 comments on commit 1ed7eba

Please sign in to comment.