Single vs Multi-threaded JMS Producer

后端 未结 6 1166
我寻月下人不归
我寻月下人不归 2020-12-17 04:16

I wanted to see how much time difference would it make to use a multi-threaded producer instead of a single threaded one. I setup an ActiveMQ on my local machine, wrote a pr

6条回答
  •  情歌与酒
    2020-12-17 05:01

    My money is on Calanais concept. Have you tried monitoring the application while it is running? A simple tool like VisualVM would help you to find out where the time is spent.

提交回复
热议问题