Closed this issue 8 years ago · 1 comments
Is there any way to get acknowledgement for published message?
STOMP supports acknowledgement via receipt.
The send method accepts an onReceipt callback function.
Example:
client.send(headers, { onReceipt: function() { /* do something after receipt */ } });