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

AMQP 1.0: strictly validate annotations #12327

Merged
merged 3 commits into from
Sep 18, 2024
Merged

Commits on Sep 18, 2024

  1. Fix modified annotations

    ```
    <field name="message-annotations" type="fields"/>
    ```
    
    Prior to this commit integration tests succeeded because both Erlang
    client and RabbitMQ server contained a bug.
    
    This bug was noticed by a Java client test suite.
    ansd committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    cd600be View commit details
    Browse the repository at this point in the history
  2. Strictly validate annotations

    ansd committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    b1eb354 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ada1b8 View commit details
    Browse the repository at this point in the history