Closed
Description
Preconditions (*)
- Magento 2.3 and 2.4-develop
- Using mysql mq driver to work with the queue
Steps to reproduce (*)
- Publish any message to the queue
- In the consumer throw Exception
Expected result (*)
1.Message should be flagged as error in the queue
Actual result (*)
- Message is set to complete and ACK
Problem is here -
When exception happens in the Consumer message is flagged as error here
https://github.com/magento/magento2/blob/2.4-develop/lib/internal/Magento/Framework/MessageQueue/Consumer.php#L229
but then this status is overwritten by
Metadata
Metadata
Assignees
Labels
Issue recommended for the contribution dayThe issue has been fixed in 2.2 release lineGate 2 Passed. Manual verification of the issue description passedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Passed. Automatic verification of issue format passedGate 4. Acknowledged. Issue is added to backlog and ready for developmentOnce P0 defects have been fixed, a defect having this priority is the next candidate for fixing.The issue has been reproduced on latest 2.3 releaseThe issue has been reproduced on latest 2.4-develop branchAffects critical data or functionality and forces users to employ a workaround.Issue related to Developer Experience and needs help with Triage to Confirm or Reject it
Type
Projects
Status
Done