Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • REJECT - Reject the published message
  • FLOW_TO_DISK - Flow the messages to disk, to preserve memory
  • RING - start overwriting messages in a ring based on sizing. If head meets tail, advance head
  • RING_STRICT - start overwriting messages in a ring based on sizing. If head meets tail, AND the consumer has the tail message acquired it will reject

Examples:

Create a queue an auto delete queue that will support 100 000 bytes, and then REJECT

...