Would there be a scheduling/queue solutions that could satisfy the following requirements?
Near real-time processing, queue automatically starts a process when items enter queue.
Automatic locking of current, future, and concurrent sessions once a certain number of system exceptions have occurred.
Lock set within a process and any concurrent sessions must be able to read this lock and prevent itself from picking up additional queue items
Currently we are using a Minutely schedule during business hours, however we are not able to lock the process out in the event of system errors. We are unable to use the exposed SOAP endpoints at the moment due to resource constraints and limitations with the intake system.