The rate at which to throttle producers when consumers are catching up.
The message delivery rate (in bytes/sec) at which the queue enables a enqueue rate throttle to allow consumers to catchup with producers.
The rate at which producers are throttled at.
Should this queue persistently store it's entries?
The max memory to allow this queue to grow to.
Should messages be swapped out of memory if no consumers need the message?
The number max number of swapped queue entries to load for the store at a time.
The number max number of swapped queue entries to load for the store at a time. Note that swapped entries are just reference pointers to the actual messages. When not loaded, the batch is referenced as sequence range to conserve memory.