maxfortun commented on code in PR #949:
URL: https://github.com/apache/activemq/pull/949#discussion_r1063713058
##########
activemq-broker/src/main/java/org/apache/activemq/broker/scheduler/SchedulerBroker.java:
##########
@@ -353,6 +355,12 @@ private void doSchedule(Message messageSend, Object
cronValue, Object periodValu
getInternalScheduler().schedule(jobId.toString(),
new ByteSequence(packet.data, packet.offset, packet.length),
cronEntry, delay, period, repeat);
+
Review Comment:
@mattrpav this block is the main reason for a PR. As there is no way to get
to the job id at the time of the scheduling.
--
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]