rabbitmq-server/deps/rabbitmq_stomp/include
Arnaud Cogoluègnes 065b92114d
Support streams in STOMP plugin
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.
2021-04-26 11:15:55 +02:00
..
rabbit_stomp.hrl Bump (c) year in header files 2021-02-04 07:04:58 +03:00
rabbit_stomp_frame.hrl Bump (c) year in header files 2021-02-04 07:04:58 +03:00
rabbit_stomp_headers.hrl Support streams in STOMP plugin 2021-04-26 11:15:55 +02:00