mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
Simpler implementation of amqp routing keys
This commit is contained in:
parent
25fe17ee0d
commit
4c02e74069
1 changed files with 1 additions and 5 deletions
|
@ -7,11 +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" ]
|
||||
KEY_VARS = {
|
||||
:hostname => Socket.gethostname,
|
||||
:type => ''
|
||||
}
|
||||
MQTYPES = [ "fanout", "direct", "topic" ]
|
||||
|
||||
config_name "amqp"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue