Skip to content
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

Open
GregDThomas opened this issue Jul 7, 2014 · 6 comments
Open

stompjms-client - support for websockets? #22

GregDThomas opened this issue Jul 7, 2014 · 6 comments

Comments

@GregDThomas
Copy link

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

@chirino
Copy link
Member

chirino commented Jul 7, 2014

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

@GregDThomas
Copy link
Author

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
Copy link

@GregDThomas That one is only for STOMP 1.1?

@GregDThomas
Copy link
Author

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
Copy link

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

@wuandy
Copy link

wuandy commented Jan 12, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants