Monday, 15 April 2013

Handling stomp ACK commands in Spring Websockets message-broker -



Handling stomp ACK commands in Spring Websockets message-broker -

i need handle ack commands client in custom way. best way integrate logic? web-socket config:

<websocket:message-broker application-destination-prefix="/app"> <websocket:stomp-endpoint path="/ws"> <websocket:sockjs/> </websocket:stomp-endpoint> <websocket:simple-broker prefix="/topic"/> </websocket:message-broker>

spring websocket stomp broker

No comments:

Post a Comment