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

Handle custom JMS acknowledgment modes as client acknowledge #30619

Merged
merged 2 commits into from Jun 12, 2023

Commits on Jun 9, 2023

  1. Handle custom JMS acknowledgment modes as client acknowledge

    This commit updates JmsAccessor to handle custom JMS acknowledgment
    modes as client acknowledge, which is useful when working with JMS
    providers that provide non-standard variations of CLIENT_ACKNOWLEDGE,
    such as AWS SQS and its UNORDERED_ACKNOWLEDGE mode.
    vpavic committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    9b590a0 View commit details
    Browse the repository at this point in the history
  2. Polish JmsAccessorTests

    This commit reduces the visibility of JmsAccessorTests and its test
    methods to package-private and removes unnecessary throws declarations.
    vpavic committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    db2f1d6 View commit details
    Browse the repository at this point in the history