@moonoffsite @lambadalambda Both OpprotunisticQM and the daemons use the queue in the database.  The only difference between OQM and daemons, is OQM processes it with each page view using cronish.  The Daemons process it consistently at a given interval, which you can actually change, but how to do so is not documented.

STOMP does not use that database, notices are immediately sent to the upstream server, which is why they recommend using it, but it looks like the implementation is broken on newer STOMP server versions.

And @takeshitakenji's queue thing sounds better than all three so far, tbqh.