maxfortun commented on PR #949:
URL: https://github.com/apache/activemq/pull/949#issuecomment-1374092035

   Something like this:
   ```xml
           <jobSchedulerActivityListener>
               <bean xmlns="http://www.springframework.org/schema/beans"; 
id="jobSchedulerMultipleActivityListeners"
                   
class="org.apache.activemq.broker.scheduler.JobSchedulerMultipleActivityListeners">
                   <property name="listeners">
                       <list>
                           <bean 
xmlns="http://www.springframework.org/schema/beans";
                               id="jobSchedulerForwardingActivityListener"
                               
class="org.apache.activemq.broker.scheduler.JobSchedulerForwardingActivityListener"
 />
                       </list>
                   </property>
               </bean>
           </jobSchedulerActivityListener>
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to