[
https://issues.apache.org/jira/browse/ARTEMIS-3313?focusedWorklogId=611137&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-611137
]
ASF GitHub Bot logged work on ARTEMIS-3313:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 15/Jun/21 04:43
Start Date: 15/Jun/21 04:43
Worklog Time Spent: 10m
Work Description: brusdev commented on pull request #3621:
URL: https://github.com/apache/activemq-artemis/pull/3621#issuecomment-861164686
Maybe we could preserve the original routing type in another property, ie
SimpleString HDR_ORIG_ROUTING_TYPE = new
SimpleString("_AMQ_ORIG_ROUTING_TYPE");
--
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: 611137)
Time Spent: 40m (was: 0.5h)
> DLA messages disapear when running retry or export/import
> ---------------------------------------------------------
>
> Key: ARTEMIS-3313
> URL: https://issues.apache.org/jira/browse/ARTEMIS-3313
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Affects Versions: 2.16.0, 2.17.0
> Reporter: Anton Roskvist
> Priority: Major
> Time Spent: 40m
> Remaining Estimate: 0h
>
> DLQ messages disapear when running retry or export/import
> This only seem to happen on dead letter queues where dead-letter resources
> are created automatically
> When running debug logging the following shows up for every message during
> retry or import:
> DEBUG [org.apache.activemq.artemis.core.postoffice.impl.PostOfficeImpl]
> Message CoreMessage[MESSAGE] is not going anywhere as it didn't have a
> binding on address:QUEUENAME
> All other queue information gets imported though, down to the dead letter
> filter. Just not the messages.
>
> This seems to be reproducible by simply:
> - configuring "auto-create-dead-letter-resources"
> - sending a message to an ANYCAST queue
> - sending that message to DLA
> - run the "export" tool
> - Get a fresh/empty journal
> - import the data export
--
This message was sent by Atlassian Jira
(v8.3.4#803005)