How can I handle multiple messages concurrently from a JMS topic (not queue) with java and spring 3.0?

后端 未结 9 842
無奈伤痛
無奈伤痛 2020-12-05 19:10

Note that I\'d like multiple message listeners to handle successive messages from the topic concurrently. In addition I\'d like each message listener to operate transaction

9条回答
  •  庸人自扰
    2020-12-05 20:01

    on server.xml configs:

    so , in maxSessions you can identify the number of sessions you want.

提交回复
热议问题