PiotrKlimczak commented on issue #2747: ARTEMIS-2420 Add DLA prefix 
configuration property, to allow dynamic DLA/DLQ creation
URL: https://github.com/apache/activemq-artemis/pull/2747#issuecomment-511600124
 
 
   @jbertram @
   
   I have crafted some code and tests and it works, but I am not fully 
satisfied with it. 
   My problem is that I am using delivery of failed message to dla which then 
will apply a routing to deliver the message to some queue. 
   I think this is not fully right as I would not expect my message to land in 
different dlq than corresponding original queue but this is possible if we have 
any cast with two queues- unless my understanding of addressing model is 
incorrect. 
   Therefore I think the expected behavior should be that a failed message 
should always land in the expected queue without applying any routing OR by 
enforcing some sort of filters on routing. 
   
   WDYT?

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to