-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stompjms-client - support for websockets? #22
Comments
With the right client side libraries I don't see why not. You interested in enough to try to implement? |
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. |
@GregDThomas That one is only for STOMP 1.1? |
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/ |
@GregDThomas Thanks for the update. I will take a look at it. |
If I want to implement stomp over websocket on Android device, is this lib (stompjms-client) can achieve? |
Currently, it seems that websockets just aren't supported; Stomp.java only supports just tcp or tls. Could ws/wss support be included?
The text was updated successfully, but these errors were encountered: