This document provides examples of simulating queueing systems using discrete-event simulation. It summarizes a single-channel queue simulation where customers arrive randomly and have randomly distributed service times. Next, it simulates a grocery store with one checkout counter to analyze customer wait times. Finally, it simulates a call center with two agents (Abel and Baker) that handles 100 calls, tracking customer arrival times, service agents, and time in system to analyze system performance. Key outputs include total time in system, average wait times, and agent idle times.