Hello, I am writing PHP client for RabbitMQ. Implementing Connection class AMQP methods I found four AMQP methods which is not mentioned in pdf files of AMQP specification present on this page https://www.rabbitmq.com/specification.html . My question is where can I find AMQP method ids for blocked, unblocked, update_secret and update_secret_ok methods as this page https://www.rabbitmq.com/amqp-0-9-1-reference.html doesn't cover this details. More information is welcome.
Protocol extensions currently have a separate guide which focuses on extension use and behavior differences. We should add a class and method ID table there.
Reported via this discussion in the public RabbitMQ slack: