Im trying to use qpid-proton to receive events from an Azure event hub. I am working on an x64 Windows 8.1 machine. At first I tried to install qpid-proton-0.12 but the install failed in testing in Visual Studio.
I then downloaded qpid-python-0.32, which was installed successfully. However, there are no examples of connnecting to the event hubs with qpid. The only examples I can find are using proton.
How would I connected to an Azure Event Hub to receive messages using qpid-python-0.32