fusesource / stompjms

The JMS interface to STOMP
Other
46 stars 27 forks source link

stompjms-client - support for websockets? #22

Open GregDThomas opened 10 years ago

GregDThomas commented 10 years ago

Currently, it seems that websockets just aren't supported; Stomp.java only supports just tcp or tls. Could ws/wss support be included?

chirino commented 10 years ago

With the right client side libraries I don't see why not. You interested in enough to try to implement?

GregDThomas commented 10 years ago

No, probably not interested enough now; I found another library that already supports it (http://stilts.projectodd.org/stilts-stomp-client/) which I think we'll be moving forward with for now.

chenrui333 commented 9 years ago

@GregDThomas That one is only for STOMP 1.1?

GregDThomas commented 9 years ago

STOMP 1.1 vs. 1.2 is pretty minor; however in the end due to issues with stilts we ended up gluing together a regular Jetty websocket client (http://www.eclipse.org/jetty/documentation/9.2.6.v20141205/jetty-websocket-client-api.html) with the message classes within "stampy" @ http://mrstampy.github.io/Stampy/

chenrui333 commented 9 years ago

@GregDThomas Thanks for the update. I will take a look at it.

wuandy commented 8 years ago

If I want to implement stomp over websocket on Android device, is this lib (stompjms-client) can achieve? I just found version 1.19 about stompjms-client