You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Max (Jira)" <ji...@apache.org> on 2023/01/05 19:32:00 UTC

[jira] [Created] (AMQ-9188) Track jobs scheduled and dispatched

Max created AMQ-9188:
------------------------

             Summary: Track jobs scheduled and dispatched
                 Key: AMQ-9188
                 URL: https://issues.apache.org/jira/browse/AMQ-9188
             Project: ActiveMQ
          Issue Type: New Feature
          Components: Broker
    Affects Versions: 5.18.0
            Reporter: Max


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



--
This message was sent by Atlassian Jira
(v8.20.10#820010)