We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since consumers are currently being created and consumed from the command line with additional parameters, we are stuck with the default parameters.
The text was updated successfully, but these errors were encountered:
An option would be to make the arguments/options available as command options.
i.e. php artisan bowler:consume [queue-name] --passive --delivery-mode=TheDelivery
php artisan bowler:consume [queue-name] --passive --delivery-mode=TheDelivery
With dead letter exchange enabled
--dead-letter or with a shorthand -dl
--dead-letter
-dl
Sorry, something went wrong.
Add fanout, direct and topic exchanges type support
a8bf177
resolves #9 resolves #6 resolves #8
Successfully merging a pull request may close this issue.
Since consumers are currently being created and consumed from the command line with additional parameters, we are stuck with the default parameters.
The text was updated successfully, but these errors were encountered: