Using TCP Physics as a Queue: The Parking Ticket Pattern
When your internal queue is full, you have two bad options: drop the message (making it the client's problem) or block the thread (making it your problem).
At Convex, we found a third way. We call it the Parking Ticket Pattern.

