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}/ |
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?
stomp/lib/client/utils.rb
Line 24 in 2c8976a
stomp/lib/client/utils.rb
Line 92 in 2c8976a