activemessaging icon indicating copy to clipboard operation
activemessaging copied to clipboard

Use hash to initialize Stomp connection

Open smitp opened this issue 5 years ago • 1 comments

Stomp::Connection has positional argument constructor, but it does not have an option to use ssl. So if you can't connect to activemq which has ssl enabled.

Stomp::Connection's hashed initialize method supports all parameters. Using it would add support for ssl connections in activemessaging lib

smitp avatar Jun 05 '19 11:06 smitp

@kookster This change added SSL support for stomp connections. Could you please review?

smitp avatar May 10 '20 09:05 smitp