amqp-rs / lapin

AMQP client library in Rust, with a clean, futures based API
MIT License
1.03k stars 92 forks source link

support for AMQP 1.0 #321

Open abdelmonem17 opened 3 years ago

abdelmonem17 commented 3 years ago

thank you for you great library it is planned to support AMQP 1.0 sooner because I can't find anther crate to create AMQP 1.0 client? thank you in advance.

cataggar commented 2 years ago

This would be needed to be used with Azure Service Bus https://github.com/Azure/azure-sdk-for-rust/issues/643.

Keruspe commented 2 years ago

Please note that AMQP 1.0 is a whole other protocol, it's not just another revision of AMQP 0.9.1

cataggar commented 2 years ago

😱 , yikes! I had no idea. I wrongly assumed AMQP 1.0 would be similar to 0.9.1.

Keruspe commented 2 years ago

Note that there are already pieces in place to select the AMQP version to use so lapin could eventually support both indeed... but this will require proper sponsoring