diff --git a/README.md b/README.md index ebdb9ca80fa38..81bebddaba5fc 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This is the next generation Service Bus Java client library that focuses on Queu * [Event Hubs](https://github.com/azure/azure-event-hubs-dotnet) * [Relay](https://github.com/azure/azure-relay-dotnet) -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. +Azure Service Bus is an asynchronous messaging cloud platform that enables you to send and receive 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](https://azure.microsoft.com/services/service-bus/) to learn more about Service Bus. @@ -28,6 +28,14 @@ This library is build using: The package can be downloaded from [Maven](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.microsoft.azure%22%20AND%20a%3A%22azure-servicebus%22) +``` + + com.microsoft.azure + azure-servicebus-parent + 1.2.5 + +``` + ## How to provide feedback See our [Contribution Guidelines](./.github/CONTRIBUTING.md).