Anybody know of a good and reliable open source queuing server/ platform?
I'm working on a project which we need to process millions of items from a queue per day. My challenge is that the queue is not a FIFO, meaning that new items are prioritized and can be inserted somewhere in the middle of the queue. Also, to process these items we'll be using a parallel server distribution platform so the queue needs to accessible from many servers.
Thanks!