# queue-manager **Repository Path**: mirrors_raphw/queue-manager ## Basic Information - **Project Name**: queue-manager - **Description**: A manager for adding elements to bounded queues. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README A manager for Java queues that offers registered elements to queues and triggers a callback once an insertion was successful. This allows to suspend workflow when queues fill up and to resume workflow once space is again available.