You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Clebert Suconic (Jira)" <ji...@apache.org> on 2021/02/12 15:56:00 UTC

[jira] [Created] (ARTEMIS-3116) Scheduled Delivery is Ignored by Core->AMQP Conversion

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)