theotherian/spring-stomp-chat

if I don't use any security lib. how can i get the name

Closed this issue · 0 comments

qinxi commented

hi,
you used spring security, so you can get name.
I don't want to use any security lib.
so ,where can I get the name

template.convertAndSendToUser(name, "/queue/messages", chatMessage);