Single queue: concurrent message processing with multiple consumers

后端 未结 3 1581
庸人自扰
庸人自扰 2021-01-22 01:12

I am new to jms. The goal is to process messages concurrently from a queue in an asynchronous listener\'s onMessage method by attaching a listener instance to multiple consume

3条回答
  •  不知归路
    2021-01-22 01:43

    Related to the code example you provided, It is not recommanded by Oracle to create low-level threads on a deployed application. Example for Weblogic : Using Threads in WebLogic Server

提交回复
热议问题