How must queue sizes be designed to ensure that an application functions correctly?
The default queue sizes are good for any deployment
Each individual device queuing delay in chain must be less than or equal to the application required delay
The queuing delay on every device in chain must be exactly the same
The sum of the queuing delay of all devices in chain must be less than or equal to the application required delay
Submit