You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Qngl (Jira)" <ji...@apache.org> on 2021/06/01 10:50:00 UTC

[jira] [Created] (ARTEMIS-3322) Diverts created by retroactive-message-count are missing after configuration reloading

Qngl created ARTEMIS-3322:
-----------------------------

             Summary: Diverts created by retroactive-message-count are missing after configuration reloading
                 Key: ARTEMIS-3322
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3322
             Project: ActiveMQ Artemis
          Issue Type: Bug
          Components: Configuration
    Affects Versions: 2.17.0
         Environment: Linux 3.10.0-957.el7.x86_64 #1 SMP Thu Nov 8 23:39:32 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
            Reporter: Qngl


 User can enable retroactive by setting retroactive-message-count in address-setting like the following code. 
{code:java}
// code placeholder
<address-setting match="sc.we.push">
 <retroactive-message-count>1000</retroactive-message-count>
</address-setting>
{code}
Reproduce steps: # Enable the retroactive-message-count setting in broker.xml.
 # Create a JMS connection to address "sc.we.push".
 # Change some settings in broker.xml to trigger configuration reload.
 # Then you can see the diverts under address "sc.we.push" are missing.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)