Skip to content

BunnyMock::Channel does not support acknowledge method #18

@TimothyMDean

Description

@TimothyMDean

I have Bunny code that does manual acknowledgement of messages by passing manual_ack: true into the pop method of the Queue class. This allows the message to be redelivered if the consumer class fails to completely process the message.

To make this work, my code must manually acknowledge successful completion of message processing. It does this using the Channel class's acknowledge or ack method. That method is not currently implemented in the BunnyMock::Channel class.

Is is possible to add some sort of rudimentary mocking support for message acknowledgement methods?

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