This repository is for active development of the Azure SDK for Java. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/java/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-java.
MIT License
2.36k
stars
2k
forks
source link
Added Service Bus emulator connection support #43060
Added support for Service Bus emulator connection string. The code is uplifted from Event Hubs Library work to support Emulator https://github.com/Azure/azure-sdk-for-java/pull/40483 (thanks to @conniey :))
The Service Bus Emulator is hosted at https://github.com/Azure/azure-service-bus-emulator-installer, refer this repro for installation instructions and supported connection strings.
(Address https://github.com/Azure/azure-sdk-for-java/issues/38735)