☁️ Java client library for Azure Service Bus
Перейти к файлу
Vijaya Gopal Yarramneni 0407e757ac Revert "Merging dev to master for 1.0.0 release (#104)"
This reverts commit 9bb0ab184b.
2017-08-10 17:52:58 -07:00
.github updated readme, added 3rd party notice, and github templates (#26) 2017-04-03 17:16:06 -07:00
azure-servicebus Revert "Merging dev to master for 1.0.0 release (#104)" 2017-08-10 17:52:58 -07:00
.gitattributes Repo init (#1) 2017-01-06 12:44:40 -08:00
.gitignore Java send & receive samples (#2) 2017-02-01 16:23:36 -08:00
LICENSE Repo init (#1) 2017-01-06 12:44:40 -08:00
README.md Update README.md 2017-08-08 11:50:37 -07:00
THIRD PARTY NOTICES Updating third party license statement to include SLF4J license. (#65) 2017-06-16 16:35:55 -07:00
contribute.md Adding license, contribute and pom xml file 2016-08-16 19:16:53 -07:00
pom.xml Revert "Merging dev to master for 1.0.0 release (#104)" 2017-08-10 17:52:58 -07:00
service-bus.png Repo init (#1) 2017-01-06 12:44:40 -08:00

README.md

Microsoft Azure Relay

Microsoft Azure Service Bus Client for Java

Please be aware that this library is currently in active development, and is not intended for production

Maven Central

This is the next generation Service Bus Java client library that focuses on Queues & Topics. If you are looking for Event Hubs, follow this link.

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.

FAQ

Where is the API document?

Click here.

Where can I find examples that use this library?

The samples are located in this repo. Java Samples.

Can I manage Service Bus entities with this library?

Only rules management of subscription will be supported in this client library. This library focuses on Azure Service Bus Data Plane functionalities (e.g. send, receive).

The standard way to manage Azure resources is by using Azure Resource Manager. In order to use functionality that previously existed in the azure-servicebus Java library, this is Azure Service Bus Management Library which is available on Maven. And this is the API document. This management library will enable use cases that dynamically create/read/update/delete resources.