Display {{ displayObjectCount }} of {{ formatCount(queueSizeObjectCount) }} ({{
                formatBytes(queueSizeByteCount)
            }}) bytes
        
        
            @if (sourceRunning && destinationRunning) {
                The source and destination of this queue are currently running. This listing may no longer be accurate.
            } @else {
                @if (sourceRunning) {
                    The source of this queue is currently running. This listing may no longer be accurate.
                } @else {
                    @if (destinationRunning) {
                        The destination of this queue is currently running. This listing may no longer be accurate.
                    }
                }
            }