mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-03-06 17:30:11 +00:00
Adds headers AMQ_SCHEDULED_DELAY and AMQ_SCHEDULED_TIME to STOMP protocol handling to allow for delayed and scheduled time of a message. The AMQ_SCHEDULED_DELAY brings forward the same option from the 5.x broker and the AMQ_SCHEDULED_TIME option adds a fixed time of delivery alternative to match that of AMQP and others.