QUEUE
Retain recent messages server-side so a subscriber that briefly falls behind can catch up instead of losing them; how far back is set by setMaxQueue. Whatever is lost beyond that is reported through onMessageDrop, so losses are countable — but see that method for why the count is not exhaustive, and note that a burst above the server's per-window ceiling is truncated whatever this is set to.