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

Update AMQP Spec #110

Merged
merged 1 commit into from Sep 1, 2022
Merged

Update AMQP Spec #110

merged 1 commit into from Sep 1, 2022

Commits on Aug 24, 2022

  1. Update spec

    Adding missing constant 302 for no-route error.
    
    The spec says that `basic.recover` should be async, but this breaks our
    test `TestIntegrationRecoverNotImplemented()`. RabbitMQ has deprecated
    this method and it will be removed in a future release. This commit also
    adds a deprecation notice to `channel.Recover()`.
    
    Signed-off-by: Aitor Perez Cedres <acedres@vmware.com>
    Zerpet committed Aug 24, 2022
    Copy the full SHA
    3e29db7 View commit details
    Browse the repository at this point in the history