State of AMQP 1.0 compatibility #180
Answered
by
michaelklishin
adamnagyvx
asked this question in
Q&A
-
|
Hey everyone, Is this lib compatible currently with amqp 1.0 based brokers? If not, are there plans to support the 1.0 protocol? |
Beta Was this translation helpful? Give feedback.
Answered by
michaelklishin
Jan 27, 2026
Replies: 1 comment 1 reply
-
|
@adamnagyvx it is an AMQP 0-9-1 client, so "no" on both accounts. Despite what the name might suggest, AMQP 1.0 and AMQP 0-9-1 not not two versions of the same thing, they are completely different protocols that have nothing in common besides both being binary protocols and (historically) a portion of the name.
Both protocols are core protocols for modern RabbitMQ series. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
adamnagyvx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@adamnagyvx it is an AMQP 0-9-1 client, so "no" on both accounts.
Despite what the name might suggest, AMQP 1.0 and AMQP 0-9-1 not not two versions of the same thing, they are completely different protocols that have nothing in common besides both being binary protocols and (historically) a portion of the name.
fe2o3-amqpis an AMQP 1.0 client for Rust.Both protocols are core protocols for modern RabbitMQ series.