Closed
Description
Description
Currently if an exception occurs during handling a message and there are retries defined for the transport it will get resent to the same transport it came from. It would be great to define the transport to which the message should be reproduced in case of failure.
Example
framework:
messenger:
transports:
async_priority_high:
retry_strategy:
transport: my_retry_transport