jms producer performance with spring

后端 未结 4 1787
执念已碎
执念已碎 2021-01-31 18:47

i created a simple producer consumer simulation based on spring, jms and activemq, i\'m trying to reach high performance from both sides, producers and consumers,

Connec

4条回答
  •  情深已故
    2021-01-31 19:09

    Try to change acknowledge method to from AUTO to CLIENT_ACKNOWLEDGE. For more information look to the Specification.

提交回复
热议问题