I've been looking into using Azure Service Bus in our Java applications. And, at least for us, that's Java Spring applications. Even more specific, Spring JMS. And, while I could find some documentation and examples around working directly with the JMS classes, there was nothing around how that will work using Spring JMS.
So I've knocked up my own example application, showing how I was able to get it all working. All the rambling is on this page. Feel free to leave comments or questions. I found this to work, but I'm not claiming it's the only approach.