Closed temp3l closed 7 years ago
I wrote some ack
and nack
functions for a ClojureScript project consuming this library.
Basically construct a new StompFrame
with a command "ACK" or "NACK", call frame.send(StompClient.stream)
@stephanMettler better late than never - here is an ack example.
https://gist.github.com/timgriffin/addaaaa612b3332381e58fa6eb571a69
@timgriffin better late than never
Thanks for your example!
how to ack?