activemessaging
activemessaging copied to clipboard
Use hash to initialize Stomp connection
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
@kookster This change added SSL support for stomp connections. Could you please review?