This commit introduces the support of an x-stream-offset header in the SUBSCRIBE frame to start consuming from a specific place in a stream. The possible values are first, last, next, offset:<offset-value> (e.g. offset:40000), timestamp:<timestamp-in-seconds> (e.g. timestamp:1619428685). This commit also propagates the x-stream-offset header in the MESSAGE frame to know the offset of a the delivered message in the stream. |
||
---|---|---|
.. | ||
rabbit_stomp.hrl | ||
rabbit_stomp_frame.hrl | ||
rabbit_stomp_headers.hrl |