Clebert Suconic created ARTEMIS-3116:
----------------------------------------
Summary: Scheduled Delivery is Ignored by Core->AMQP Conversion
Key: ARTEMIS-3116
URL: https://issues.apache.org/jira/browse/ARTEMIS-3116
Project: ActiveMQ Artemis
Issue Type: Improvement
Affects Versions: 2.17.0
Reporter: Clebert Suconic
Assignee: Clebert Suconic
Fix For: 2.18.0
The Core->AMQP Conversion is not translating scheduled delivery.
This would probably not be an issue without AMQP Mirroring as messages
shouldn't need to be converted unless the message is ready to be delivered.
on AMQP Mirrors the message will be sent through the AMQP Connection before it
expired, causing it to be instantly delivered on a mirror replica.
You would need to use Mirror, and producers with Core or OpenWire protocol to
hit this issue and use the Mirror to immediately deliver the message.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)