// the find
genieplus/azure-service-bus-samples
A 2014-era sample repo showing how to connect to Azure Service Bus from C (via Apache Proton/AMQP) and Java (via Qpid JMS). Useful only as a historical reference — the Azure SDK landscape has completely changed since then.
- Shows raw AMQP-level access to Service Bus via Apache Proton, which is still technically valid at the protocol layer
- Includes separate Makefiles for Linux and Win32, showing the cross-platform build considerations for C clients
- Last touched in 2014 — over a decade old, Azure Service Bus APIs and authentication (SAS, AAD) have changed substantially
- 2 stars, no issues, no PRs — abandoned on arrival, not a community resource
- No Event Hub samples despite promising them in the README; the repo never reached its stated scope
- Anyone writing C against Azure today should use the azure-sdk-for-c; anyone writing Java should use the official Azure SDK — this points at neither