We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9391457 + 409dc8c commit 40eff42Copy full SHA for 40eff42
lib/logstash/inputs/rabbitmq/bunny.rb
@@ -32,9 +32,9 @@ def register
32
@settings[:verify_ssl] = @verify_ssl if @verify_ssl
33
34
proto = if @ssl
35
- "amqp"
36
- else
37
"amqps"
+ else
+ "amqp"
38
end
39
@connection_url = "#{proto}://#{@user}@#{@host}:#{@port}#{vhost}/#{@queue}"
40
lib/logstash/inputs/rabbitmq/march_hare.rb
@@ -22,9 +22,9 @@ def register
22
@settings[:tls] = @ssl if @ssl
23
24
25
26
27
28
29
30
0 commit comments