mrstampy / Stampy

Java implementation of the STOMP 1.2 specification
67 stars 22 forks source link

Does stampy support TLS connections to a STOMP server? #4

Closed jefftrimm closed 10 years ago

jefftrimm commented 10 years ago

Does stampy support TLS connections to a STOMP server? If so, can you post an example?

mrstampy commented 10 years ago

@jefftrimm not out of the box, but following Netty's examples on enabling TLS (http://netty.io/3.9/xref/org/jboss/netty/example/securechat/package-summary.html) one could fork the code and add the appropriate handlers.