Open abdelmonem17 opened 3 years ago
This would be needed to be used with Azure Service Bus https://github.com/Azure/azure-sdk-for-rust/issues/643.
Please note that AMQP 1.0 is a whole other protocol, it's not just another revision of AMQP 0.9.1
😱 , yikes! I had no idea. I wrongly assumed AMQP 1.0 would be similar to 0.9.1.
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
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.