Atmosphere/atmosphere-stomp

Write message only to the resource that sent the frame

Opened this issue · 0 comments

Disable broadcast to use stomp as a webservice like jax-rs:

@StompService(broadcast = false)
public String foo() {
    return "...";
}