Skip to content

Unacknowledged messages #37

@scott9999

Description

@scott9999

If UNORDERED_ACKNOWLEDGE is used for the session acknowledge mode, and I wish to retry messages 'x' times with multiple subscribers (using Spring JMS) what happens to the unacknowledged messages? As far as I can tell the unAckMessages in the UnorderedAcknowledger just keeps on growing.

If I use CLIENT_ACKNOWLEDGE and don't ack the message as I wish to retry is there anyway to remove it from the list of unacknowledged messages, so it is not implicitly acknowledged (deleted) when a good message is processed and ack'd?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions