[ https://issues.apache.org/jira/browse/ARTEMIS-2420?focusedWorklogId=279240&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-279240 ]
ASF GitHub Bot logged work on ARTEMIS-2420: ------------------------------------------- Author: ASF GitHub Bot Created on: 18/Jul/19 18:50 Start Date: 18/Jul/19 18:50 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? what changes you want to send in? You won't have access to my branch/fork. Work on your own: 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: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 279240) Time Spent: 4h 10m (was: 4h) Remaining Estimate: 7h 50m (was: 8h) > 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: 4h 10m > Remaining Estimate: 7h 50m > > 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)