I've been looking at the example code for using apache qpid with service bus: https://azure.microsoft.com/en-gb/documentation/articles/service-bus-java-how-to-use-jms-api-amqp/
If I download the jar files linked by this article I can get the example code to run, however if I use the latest qpid libraries from https://qpid.apache.org/download.html then the example fail - in particular I get the error that amqps is not a valid protocol.
I'm not sure if I'm missing something but I would have assumed that the latest apache libraries should work to connect to Service Bus ?