lapin icon indicating copy to clipboard operation
lapin copied to clipboard

support for AMQP 1.0

Open abdelmonem17 opened this issue 3 years ago • 4 comments

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.

abdelmonem17 avatar Feb 11 '21 13:02 abdelmonem17

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

cataggar avatar Jan 26 '22 17:01 cataggar

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

Keruspe avatar Jan 30 '22 13:01 Keruspe

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

cataggar avatar Feb 01 '22 17:02 cataggar

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

Keruspe avatar Feb 01 '22 22:02 Keruspe