stomp / stomp-spec

STOMP Protocol Specification
http://stomp.github.io/
78 stars 30 forks source link

Fix a header reference in the ACK frame section #79

Closed mbouchenoire closed 3 years ago

LionelCons commented 3 years ago

The specification is correct.

The MESSAGE frame contains:

If the message is received from a subscription that requires explicit acknowledgment (either client or client-individual mode) then the MESSAGE frame MUST also contain an ack header with an arbitrary value. This header will be used to relate the message to a subsequent ACK or NACK frame.