-2

I used celery as a task queue, but now I should move to Java Spring and I can't find a good solution. I need a task queue to put send email tasks there (triggered by an endpoint) and these tasks should be asynchronously consumed. I'm looking for an implementation that provides a task monitor.

I tried with RabbitMQ: when the endpoint is triggered, a list of email objects is sent to the queue. A listener is implemented and starts to process every email, but in this approach, I don't have a monitor.

Maybe a tutorial will help me.

Any ideas?

Mark Rotteveel
  • 100,966
  • 191
  • 140
  • 197
M V
  • 1
  • 1
  • 1
    Hi and welcome to Stack Overflow. As it is currently written, your question asks for opinions about softwares, which is [not what SO seeks to provide](https://meta.stackoverflow.com/questions/255468/opinion-based-questions). You can read [How to Ask](https://stackoverflow.com/help/how-to-ask) to get a more precise vision about what this website can be useful for. – The Coding Penguin Aug 30 '23 at 08:15

0 Answers0