You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2023/01/05 19:57:15 UTC

[GitHub] [activemq] maxfortun opened a new pull request, #948: Track scheduler activity

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: gitbox-unsubscribe@activemq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [activemq] maxfortun closed pull request #948: Track scheduler activity

Posted by GitBox <gi...@apache.org>.
maxfortun closed pull request #948: Track scheduler activity
URL: https://github.com/apache/activemq/pull/948


-- 
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: gitbox-unsubscribe@activemq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org