Aborts the transaction, discarding all staged sends.
Commits the transaction, releasing all staged sends.
Sends a message within the transaction (delivered only after commit).
Optionalopts: { contentType?: string; headers?: Record<string, string> }
A STOMP transaction (RFC frames
BEGIN/COMMIT/ABORT). Sends made through it are staged by the broker and only delivered to subscribers on StompTransaction.commit; StompTransaction.abort discards them.Since
1.0.0