I want to set 'retry_exchange' extra options for retry processor, but i have an error when i want to execute generated consumer. My context is in SwarrotBundle v1.5.1
ex:
In OptionsResolver.php line 667:
The option "retry_exchange" does not exist. Defined options are: "connection", "max_execution_time", "poll_interval", "queue", "requeue_on_error", "retry_attempts", "retry_fail_log_levels_map", "retr
y_key_pattern", "retry_log_levels_map".
Hi,
I want to set 'retry_exchange' extra options for retry processor, but i have an error when i want to execute generated consumer. My context is in SwarrotBundle v1.5.1
ex:
This is my configuration:
Do you have any idea ?