Skip to content
New issue

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

Invalid const for MSG_REJECT_REQUEUE #54

Open
FreekGille opened this issue Oct 23, 2020 · 0 comments
Open

Invalid const for MSG_REJECT_REQUEUE #54

FreekGille opened this issue Oct 23, 2020 · 0 comments

Comments

@FreekGille
Copy link

Hi again!

I was tinkering with some reject messages and noticed the following error:

Undefined class constant 'MSG_REJECT_REQUEUE'

This MSG_REJECT_REQUEUE is documented in the readme. When investigating, I came came across ConsumerInterface.php which has three constants, MSG_ACK, MSG_REJECT and MSG_REQUEUE.
Bug seems to be a typo between MSG_REQUEUE and MSG_REJECT_REQUEUE.

Fix should be easy but not sure which of the two is preferred. I personally prefer the use of MSG_REJECT_REQUEUE.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant