The previous implementation bypassed the deprecated features subsystem. It only cared about classic mirrored queues and called some queue-related code directly to determine if this specific feature was used.
How
The command code is simplified by calling the deprecated subsystem to list used deprecated features instead.
Why
The previous implementation bypassed the deprecated features subsystem. It only cared about classic mirrored queues and called some queue-related code directly to determine if this specific feature was used.
How
The command code is simplified by calling the deprecated subsystem to list used deprecated features instead.
References #12619.