aeab9a387b | ||
---|---|---|
.github | ||
src | ||
.gitignore | ||
LICENSE.txt | ||
README.md | ||
pom.xml | ||
service-bus.png |
README.md
Microsoft Azure Service Bus Client for Java
This branch contains code from the legacy Service Bus implementation within the azure-sdk-for-java. The code/library here is in a support only mode, and is primarily here for reference purposes. It will eventually be removed once the new Azure Service Bus Java library (in the other branches of this repository) is generally available and no longer preview. The code was previously located here.
Azure Service Bus is an asynchronous messaging cloud platform that enables you to send messages between decoupled systems. Microsoft offers this feature as a service, which means that you do not need to host any of your own hardware in order to use it.
Refer to azure.com to learn more about Service Bus.
How to provide feedback
See our Contribution Guidelines.