Hi folks, happy new year! I am wondering if we should always enable scheduler support in ActiveMQ classic? Right now it is default false, I am curious about the rationale behind it being default false. Because: 1. Seems like it is a very useful feature. 2. Jakarta Messaging 3.1 supports message delivery delays <https://jakarta.ee/specifications/messaging/3.1/jakarta-messaging-spec-3.1.html#message-delivery-delay>, I would assume the implementation will reuse the current scheduler logic? If that is the case, the broker engine needs to always enable the scheduler for that feature to work.
Let's say we want to always enable the scheduler, should such a change go into ActiveMQ 6.2 or ActiveMQ 7? Thanks, Ken