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

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

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



        
3条回答
  •  天命终不由人
    2021-01-17 22:44

    The namespace is just a convenience - each element gets its own DMLC; the outer (container) element is just a vehicle to supply common attributes.

提交回复
热议问题