minghuaw / azservicebus

Unofficial Azure Service Bus SDK over AMQP 1.0 for rust
5 stars 0 forks source link

Deprecating this crate once an official SDK is released #31

Open minghuaw opened 1 month ago

AhyaanTech commented 1 week ago

The official SDK is just wrappers around the Rest Endpoints. A pure AMQP implementation is a flex. I appreciate the work that you do.

minghuaw commented 1 week ago

The official SDK is just wrappers around the Rest Endpoints. A pure AMQP implementation is a flex. I appreciate the work that you do.

I'm not referring to the current one they have. They are working on the core AMQP crate (which currently uses my AMQP implementation), and I believe it will be then used to build AMQP based service bus and event hubs SDK