Skip to content

Use SSL for stomp #22

Open
Open
@shuaibingn

Description

@shuaibingn

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions