|
|
|
|
|
by vidarh
4467 days ago
|
|
Many message brokers do use or support using a database table to store the messages. What they tend to add is ease of scalability and failover, and higher level functionality such as some of what the author of the article complained about, like automatically marking the message as available again if the worker that was processed it did not give any liveness sign within X seconds to deal with hung workers etc. |
|