Releases: run-as-root/magento2-message-queue-retry
Releases · run-as-root/magento2-message-queue-retry
3.0.1
3.0.0
- Adds a cron job to delete the queue error messages from the database
- Added a configuration to set the period in days to keep the messages in the database
- Renamed the table
run_as_root_message
torun_as_root_queue_error_message
- Changed the repository, model triad, queries and commands.
2.1.1
- Changes to skip the message retry
2.1.0
- Adds the skip retry feature
2.0.3
Make the HandleQueueMessageRejectPlugin
plugin method arguments optional as in the original subject method.
2.0.2
- Removes the composer.json version to avoid issues on Packagist
- Adds the reader attribute id to support multiple topics in the same queue_retry.xml file
2.0.1
- Improves the retry limit query
2.0.0
- Configure retry through XML instead of core_config_data
1.1.0
- Replace Rewrite by Around Plugin on the message reject function
- Fix Retries Count
- Refactory
- Removes the unused PHPUnit test coverage pipeline