Using JMS or ThreadPool to send email messages

前端 未结 4 765
醉酒成梦
醉酒成梦 2021-02-10 20:56

I will like to know:

I have a scenario. If a user adds a product to the system (I\'m developing), there\'s a listener that sends a notification to the user\'s client bas

4条回答
  •  栀梦
    栀梦 (楼主)
    2021-02-10 21:06

    I would go for a persistent JMS (I have used only WLS JMS and Websphere MQ so can't compare AQ vs JBoss, whichever offers a better guarantee for delivery). Also, I would seriously consider making the email engine a completely separate application, depending on how much you expect the traffic to grow.

提交回复
热议问题