We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Hi, This is my part of logstash.conf:
output { stomp { host => "localhost" port => "61613" destination => "/queue/test" user => "admin" password => "admin" headers => { "persistent" => true } } stdout {} }
Now I want send message to activemq with SSL, what should I do? Thanks