In spring controllers if I use @MessageMapping
it is working, but if I changed to @Requestmapping(value=="",method=RequestMethod.POST)
and try to use SimpMessagingTemplate
to send the messages to client then it is unable to connect, it is showing error in
connecting to websockets /info request mapping not found