Checklist
Related Issues and Possible Duplicates
Related Issues
Possible Duplicates
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
Checklist
for similar or identical enhancement to an existing feature.
for existing proposed enhancements.
to find out if the if the same enhancement was already implemented in the
master branch.
(If there are none, check this box anyway).
Related Issues and Possible Duplicates
Related Issues
Possible Duplicates
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
ImproperlyConfiguredexception is raised with the following message:Diagrams
N/A
Alternatives
None