|
|
|
|
|
by latchkey
409 days ago
|
|
The end user doesn't need to implement the queue or the worker. They just need to implement the http api for receiving POST messages. The queue "server" is effectively just a http client that reads messages from the database and sends them off. |
|