diff --git a/README.md b/README.md index 915d4547..089eced8 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,11 @@ # 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](https://maven-badges.herokuapp.com/maven-central/com.microsoft.azure/azure-servicebus/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.microsoft.azure/azure-servicebus) - 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](https://github.com/azure/azure-event-hubs-java). 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](https://azure.microsoft.com/services/service-bus/) to learn more about Service Bus. +Refer to [azure.com](https://azure.microsoft.com/services/service-bus/) to learn more about Service Bus. And 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) ## How to provide feedback