Hi all,
I have a rabbitmq for queueing. I can see my logs comming in rabbitmq but never go out to my logstash.
Logstash log:
{:timestamp=>"2016-09-15T11:10:35.118000+0200", :message=>"Queue subscription ended! Will retry in 5s", :config=>{"host"=>"127.0.0.1", "user"=>"admin", "password"=><password>, "queue"=>"test", "exchange"=>"my_exchange", "codec"=><LogStash::Codecs::Plain charset=>"UTF-8">, "debug"=>false, "add_field"=>{}, "threads"=>1, "port"=>5672, "vhost"=>"/", "ssl"=>false, "verify_ssl"=>false, "automatic_recovery"=>true, "connect_retry_interval"=>1, "passive"=>false, "arguments"=>{}, "durable"=>false, "auto_delete"=>false, "exclusive"=>false, "prefetch_count"=>256, "ack"=>true, "key"=>"logstash", "subscription_retry_interval_seconds"=>5}, :level=>:warn}
It is working with "fanout" exchange type but not with "direct" exchange type.
Do you have any idea regarding this ?
Thanks in advance,
Alex