Skip to content

Spring SOCKJS and Websockets - support for Websphere Liberty [SPR-12798] #17395

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

Closed
spring-projects-issues opened this issue Mar 9, 2015 · 1 comment
Assignees
Labels
in: messaging Issues in messaging modules (jms, messaging) status: duplicate A duplicate of another issue type: enhancement A general enhancement

Comments

@spring-projects-issues
Copy link
Collaborator

spring-projects-issues commented Mar 9, 2015

Ganapathy Pichumani opened SPR-12798 and commented

I'm using Liberty 9 beta (free download at https://developer.ibm.com/wasdev/downloads/liberty-profile-beta/

Liberty has support for request upgrade strategy - please look at com.ibm.ws.wsoc.WsocUpgradeHandler.

Sample apps using pure websockets works just fine on Liberty.But we are using the sockjs & stomp functions as well.

DefaultHandshakeHandler supports only a handful of servers and it doesnt include Liberty. Please enable support for Liberty,


Affects: 4.1.4

Issue Links:

@spring-projects-issues
Copy link
Collaborator Author

spring-projects-issues commented Mar 9, 2015

Juergen Hoeller commented

We are tracking our WebSocket efforts on Liberty at #16973.

Last time we checked, the problem was that WsocUpgradeHandler wasn't accessible from applications, not even using reflection - due to WebSphere's use of OSGi. We are in contact with the IBM WebSphere team already but haven't arrived at any concrete steps yet.

Juergen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: messaging Issues in messaging modules (jms, messaging) status: duplicate A duplicate of another issue type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants