Subscription specifically has been deprecated since at least 3.4 where we had both a modern consumer operation dispatcher which prevents consumers from blocking I/O activity and automatic connection recovery which Subscription interferes with basically by design. However, it was never properly deprecated and removed from the docs.
See this rabbitmq-users thread for background.
[168224294]