remove experimental added in 4.3 as bugfix

This commit is contained in:
Tobias Schultze 2019-10-25 15:44:38 +02:00
parent c950130fc2
commit 0e3bae28ec
2 changed files with 0 additions and 4 deletions

View File

@ -13,8 +13,6 @@ namespace Symfony\Component\Messenger\Exception;
/**
* @author Tobias Schultze <http://tobion.de>
*
* @experimental in 4.3
*/
class RejectRedeliveredMessageException extends RuntimeException
{

View File

@ -28,8 +28,6 @@ use Symfony\Component\Messenger\Transport\AmqpExt\AmqpReceivedStamp;
* infinite redelivery loops and to unblock the queue by republishing the redelivered messages as retries with a retry
* limit and potential delay.
*
* @experimental in 4.3
*
* @author Tobias Schultze <http://tobion.de>
*/
class RejectRedeliveredMessageMiddleware implements MiddlewareInterface