You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the beginning, I want to thanks for this great library.
I would like to know your opinion about what you think about adding to the configuration the possibility of creating name patterns for the queue dl and retry
curently thay are hardcoded to:
in our project, we have established a strategy for creating names for queues but this strategy is incompatible with the names that are used in this library. And we don't want to change our agreements because of the library :)
Hi
On the beginning, I want to thanks for this great library.
I would like to know your opinion about what you think about adding to the configuration the possibility of creating name patterns for the queue dl and retry
curently thay are hardcoded to:
$retryQueueName = $name.'_retry_'.$retries[$i];
$this->createQueue($name.'_dl', array(
$this->createQueue($name.'_delay_'.$delay, array(
maybe we can create config value that can be overridden in a config file for this hardcoded string?
for example
what do you think about that?
The text was updated successfully, but these errors were encountered: