Skip to content

Support Stomp+SSL Url Strings in non-failover case.  #158

@choilive

Description

@choilive

It appears using a "stomp+ssl://..." URL string is unsupported. It falls through to the default case. (Attempts to connect to localhost:61613) however it appears +ssl is supported when specifying URL strings for a failover.

Any reason why we couldnt use the same regex that parses the failover host urls for the regular url parsing?

regexp = /^stomp:\/\/#{URL_REPAT}/

host_match = /stomp(\+ssl)?:\/\/#{URL_REPAT}/

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