gdaws/stompit

Ack for published message?

Closed this issue · 1 comments

Is there any way to get acknowledgement for published message?

STOMP supports acknowledgement via receipt.

gdaws commented

The send method accepts an onReceipt callback function.

Example:

client.send(headers, { onReceipt: function() { /* do something after receipt */ } });