Skip to content

Remove the AMQP result backend #6356

Description

@thedrow

Checklist

  • I have checked the issues list
    for similar or identical enhancement to an existing feature.
  • I have checked the pull requests list
    for existing proposed enhancements.
  • I have checked the commit log
    to find out if the if the same enhancement was already implemented in the
    master branch.
  • I have included all related issues and possible duplicate issues in this issue
    (If there are none, check this box anyway).

Related Issues and Possible Duplicates

Related Issues

  • None

Possible Duplicates

  • None

Brief Summary

We need to remove the AMQP result backend as it was marked as deprecated in 4.0.

A deprecation message was printed for our users and therefore we can remove it.

Design

Architectural Considerations

None

Proposed Behavior

The AMQP result backend will no longer work and an error will be presented to the user.

Proposed UI/UX

When the backend is initialized, an ImproperlyConfigured exception is raised with the following message:

The AMQP result backend has been removed in 5.0.
Please use the RPC result backend or choose another result backend.

This message will be removed in 6.0.

Diagrams

N/A

Alternatives

None

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions