# Variables
No description provided by the author
# Interfaces
Entry - permits access to a queue entry Users must call one of Leave, Remove, or Quarantine when done with the entry (and before calling Peek again) `Reader()` must not be called after calling Leave, Remove, or Quarantine (and any Reader previously requestes should be considered invalid).
Queue provides the functionality needed to manage queued messages.