stompgem / stomp

A ruby gem for sending and receiving messages from a Stomp protocol compliant message queue. Includes: failover logic, ssl support.
http://stomp.github.com
Apache License 2.0
152 stars 80 forks source link

Set the SSL hostname so that SSL SNI based proxies can route a connection #67

Closed chirino closed 11 years ago

chirino commented 11 years ago

Set the SSL hostname so that SSL SNI based proxies can route a connection.

gmallard commented 11 years ago

Thanks Hiram. I'll get this pulled in the next day or two. Bunch of other irons in the fire right now.

Regards, Guy