clean up some old code

This commit is contained in:
Nick Ethier 2011-08-02 15:17:04 -06:00
parent 4c02e74069
commit d84efcabd9

View file

@ -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"