maxfortun opened a new pull request, #948:
URL: https://github.com/apache/activemq/pull/948

   [AMQ-9188](https://issues.apache.org/jira/browse/AMQ-9188)
   
   Augment scheduler to forward scheduled and dispatched messages to a 
destination, if such is configured.
   e.g.
   <broker ... schedulerSupport="true" 
schedulerActivityDestination="topic://ActiveMQ.Scheduler.Activity" >
   If schedulerActivityDestination is not set, current behavior is unaffected.
   Otherwise...
   When message is successfully scheduled scheduler should set property 
AMQ_SCHEDULER_ACTIVITY to SCHEDULED and forward scheduled message to the 
schedulerActivityDestination
   When message is successfully dispatched scheduler should set property 
AMQ_SCHEDULER_ACTIVITY to DISPATCHED and forward scheduled message to the 
schedulerActivityDestination
   
   > Note: This adds a `schedulerActivityDestination` parameter and requires a 
schema change for a valid use. Until schema change becomes available, this 
feature can be used by turning validation off `bin/activemq console 
xbean:conf/activemq.xml?validate=false`
   


-- 
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