rabbitmq / rabbitmq-website

RabbitMQ website
https://www.rabbitmq.com
Apache License 2.0
842 stars 727 forks source link

Missing extension method information in AMQP 0-9-1 spec docs #906

Open lukebakken opened 4 years ago

lukebakken commented 4 years ago

Reported via this discussion in the public RabbitMQ slack:

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.

michaelklishin commented 4 years ago

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.