python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Spring rsocket security with Webflux security
My Application is a Spring Webflux application with Spring boot version 2.6.6.
Since, I have a chat and notification requirement for the logged in user, trying to use RSocket over websocket for notifi...
user1578872
Votes: 0
Answers: 0
WebSocket connection to 'wss://...' failed
I am trying to establish websocket connection to the spring boot web server deployed in azure from anuglar application.
But connections are not getting success every-time.
It always fail for first tim...

Ravikumar
Votes: 0
Answers: 0
How to test stomp application using postman?
I am making a chat application backend using spring WebSockets.
The protocol for communication is STOMP and I am using rabbitmq as a message broker.
I want to test my application using postman but I c...
klaus
Votes: 0
Answers: 0
How can I add a Principal in configureClientInboundChannel?
I am using SockJS + STOMP + Spring WebSocket with a configuration that receives user credentials during the handshake. The credentials are received in the configureClientInboundChannel method:
@Overri...

Wais Kamal
Votes: 0
Answers: 0