[
https://issues.apache.org/jira/browse/ARTEMIS-2504?focusedWorklogId=320819&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-320819
]
ASF GitHub Bot logged work on ARTEMIS-2504:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 30/Sep/19 19:57
Start Date: 30/Sep/19 19:57
Worklog Time Spent: 10m
Work Description: jbertram commented on issue #2850: ARTEMIS-2504
implement retroactive addresses
URL: https://github.com/apache/activemq-artemis/pull/2850#issuecomment-536725956
As noted, separating the ring queues onto their own address means better
configuration flexibility. This is mainly for `max-size-bytes` and
`address-full-policy` because of the way these specific settings can impact
ring-queues (see the ring queue docs on paging for more details on that). In
short, if your ring-queue for retroactive functionality is on the main address
and that address starts paging then the retroactive functionality "breaks" in
that newly created queues won't get any of the messages sent after paging
started.
Address-settings can and do update queues. The `retroactive-message-count`
that I implemented is one example of this. You can see other examples of this
in
`org.apache.activemq.artemis.core.server.impl.QueueImpl.AddressSettingsRepositoryListener`.
If there are address-settings which currently don't update queues which should
we can implement those a separate PR.
I'm not clear on what specifically will be "messy" about configuring
address-settings for the separate address. For an address named
"myRetroactiveAddress" with a `retroactive-message-count` > 0 users should be
able to use a match like `*.myRetroactiveAddress.#.retro` to configure what
they need.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 320819)
Time Spent: 4h 50m (was: 4h 40m)
> Support retroactive addresses
> -----------------------------
>
> Key: ARTEMIS-2504
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2504
> Project: ActiveMQ Artemis
> Issue Type: New Feature
> Reporter: Justin Graham Bertram
> Assignee: Justin Graham Bertram
> Priority: Major
> Time Spent: 4h 50m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)