I couldnt find the exact logic behind 0-9-1 in the AMQP 0-9-1 protocol. Please someone explain it.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The complete specification is here:
“0-9-1” simply happens to be the version#:
1.4.2 Version Numbering
The AMQP version is expressed using two or three digits – the major number, the minor number and an optional revision number. By convention, the version is expressed as major-minor[-revision] or major.minor[.revision]:
purposes.
equivalent to writing “AMQP/1.1.0” or AMQP/1-1-0.