We are creating a project that uses SAS authorization for Azure Service Bus, we can properly use that authentication method through .NET api, the problem comes when trying to access through the Azure Java SDK.
After some research the dev team from Azure Java SDK said about a year ago that SAS support for service bus would be added, but after a year there's no official support for it. Is there any workaround or third party libraries I can use to access my service bus queues through SAS authentication?