in src/outmdsd/ConcurrentQueue.h [149:151]
bool is_full() const { return (0 < m_maxSize && data_queue.size() == m_maxSize); }