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 0aaf8c6 + abe6bdb commit dafb3f1Copy full SHA for dafb3f1
lib/logstash/outputs/rabbitmq/march_hare.rb
@@ -44,7 +44,7 @@ def publish_serialized(message)
44
else
45
@logger.warn("Tried to send a message, but not connected to RabbitMQ.")
46
end
47
- rescue MarchHare::Exception, com.rabbitmq.client.AlreadyClosedException => e
+ rescue MarchHare::Exception, IOError, com.rabbitmq.client.AlreadyClosedException => e
48
@connected.set(false)
49
n = 10
50
0 commit comments