How do you implement Worker Queues?
- submitWork(Work workobj) - This is the function that needs to be implemented
- Size of queue is not defined. Would be designed based on rqmts?
- What data structure do you use?
- How do you have a Class structure and OOP design with member functions?
How would you implement it?
I'm guessing this is more like RabbitMQ style implementation.