mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
clean up some old code
This commit is contained in:
parent
4c02e74069
commit
d84efcabd9
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ require "logstash/namespace"
|
|||
# Examples of AMQP servers are [RabbitMQ](http://www.rabbitmq.com/) and
|
||||
# [QPid](http://qpid.apache.org/)
|
||||
class LogStash::Outputs::Amqp < LogStash::Outputs::Base
|
||||
MQTYPES = [ "fanout", "direct", "topic" ]
|
||||
MQTYPES = [ "fanout", "direct", "topic" ]
|
||||
|
||||
config_name "amqp"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue