How to get rid of deprecation warnings in RMQ UI/Landing Page #11978
Answered
by
lukebakken
HunterTheWalrus
asked this question in
Questions
Replies: 1 comment 2 replies
-
It looks as though as long as you are using any deprecated features, you will see that warning. Options, off the top of my head:
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
HunterTheWalrus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm in a bit of a pickle here. We have a release coming up and I was tasked with upgrading to RabbitMQ 3.13.5. We are still using the classic mirrored queues, and I have been told that we will not be moving onto quorum queues. I'm not sure exactly what our plans are since it is going away in 4.0. We also require customers to set up their RMQ the same way that ours are set up. We deliver custom nuget pkgs for them etc. My main issue is this: I cannot figure out a way to get rid of this "Deprecated features are being used" warning at the top of the RabbitMQ landing page/UI.
I have edited the rabbitmq.conf and added the following lines: deprecated_features.permit.my_deprecated_feature = true deprecated_features.permit.classic_queue_mirroring = true
I thought that those lines would be the fix, but the warning remains and I really really need to get rid of it. Is that even a possibility?
Edit: This will be a temporary thing since we have a release coming up, next release we will have moved over to quorum queues. We just need to clear that warning since that UI is customer facing.
Beta Was this translation helpful? Give feedback.
All reactions