[
https://issues.apache.org/jira/browse/ARTEMIS-2420?focusedWorklogId=279238&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-279238
]
ASF GitHub Bot logged work on ARTEMIS-2420:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 18/Jul/19 18:49
Start Date: 18/Jul/19 18:49
Worklog Time Spent: 10m
Work Description: clebertsuconic commented on issue #2760: ARTEMIS-2420
Adding support for DLA/DLQ prefix for wildcard addresses
URL: https://github.com/apache/activemq-artemis/pull/2760#issuecomment-512941009
Do you have more changes? You won't have access to my branch. This one is
mine.
if you want to add more changes, do it on your fork:
Do the following script:
```sh
git remote add clebert https://github.com/clebertsuconic/activemq-artemis.git
git fetch clebert
git checkout clebert/ARTEMIS-2420 -B ARTEMIS-2420
git push origin ARTEMIS-2420
```
Do your stuff:
```sh
git commit -a --amend
git push origin -f
```
send the Pull Request.
i will close this when you have done it.
----------------------------------------------------------------
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: 279238)
Time Spent: 3h 50m (was: 3h 40m)
Remaining Estimate: 8h 10m (was: 8h 20m)
> Reimplementation of AMQ5 dead letter strategy queuePrefix
> ---------------------------------------------------------
>
> Key: ARTEMIS-2420
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2420
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Components: Broker
> Affects Versions: 2.9.0
> Reporter: Piotr Klimczak
> Priority: Major
> Original Estimate: 12h
> Time Spent: 3h 50m
> Remaining Estimate: 8h 10m
>
> ActiveMQ Classic supports DLQ prefixes for dynamically created destinations.
> This causes regression when switching from AMQ5 to AMQ Artemis, therefore it
> should be reimplemented.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)