Skip to content

Invalid const for MSG_REJECT_REQUEUE #54

Open
@FreekGille

Description

@FreekGille

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions