Masaki Matsushita

Results 6 comments of Masaki Matsushita

@sonalkr132 This change introduces Happy Eyeballs into `Socket.tcp` (implemented in Ruby). This won't fix `Net::HTTP` that uses `TCPSocket.open` (implemented in C). I'm also planning to introduce Happy Eyeballs into `TCPSocket.open`...

Please check RabbitMQ configuration. https://github.com/ruby-amqp/bunny/blob/master/lib/bunny/transport.rb#L467-L472 https://www.rabbitmq.com/ssl.html You would need to provide a client certificate ( `tls_cert ` ) and a key ( `tls_key` ) or disable verify_peer on RabbitMQ server.

Could you show me `fluent.conf` ?

Thanks. I found Fluent::Log is not compatible with Bunny (it lacks #add method). I've just removed the logger and released v0.0.9.

Please bind queues to the exchange to subscribe events. out_rabbitmq.rb create exchanges automatically, but it doesn't create queues.