All seemed to be going as planned with the inbound thread chewing through about 40 messages per second. The GUI showed no backup going to the downstream threads, though the routes did stay pretty backed up.
I made it through about 600,000 messages before the inbound process died because the RDB was full. I don’t understand why these wouldn’t be dumped down to the DBs at the very least at the end of each new file, but ideally at the end of each bite of the file (5 read interval, 200 max messages, 30 second scan interval).
What did I do wrong?