How to add multiple JMS MessageListners in a single MessageListenerContainer for Spring Java Config

前端 未结 3 945
时光说笑
时光说笑 2021-01-17 22:22

I had the following xml code in my spring-config.xml



        
3条回答
  •  花落未央
    2021-01-17 22:43

    You can add container.setConcurrentConsumers(10);, where number of consumers is 10

提交回复
热议问题