☁️ Java client library for Azure Service Bus
Перейти к файлу
jtaubensee aeab9a387b Update readme.md 2017-04-05 09:34:58 -07:00
.github Updating readme 2017-04-05 09:34:03 -07:00
src Move service bus code to top level 2017-04-04 23:01:56 -07:00
.gitignore Update gitignore per review comments 2013-12-13 21:14:21 +00:00
LICENSE.txt Initial commit, v0.1.0 December 2011 CTP 2011-12-09 19:41:06 -08:00
README.md Update readme.md 2017-04-05 09:34:58 -07:00
pom.xml Move service bus code to top level 2017-04-04 23:01:56 -07:00
service-bus.png Updating readme 2017-04-05 09:34:03 -07:00

README.md

Microsoft Azure Relay

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.