QueuePolicy
Policy for managing queue behavior. Determines how entities are stored and retrieved from a queue. Implementations can provide different ordering strategies (FIFO, priority, random, etc.).
Parameters
T
the type of entities in the queue