diff --git a/README.md b/README.md index a0dcc02c17365..8816c245324d2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -
+
@@ -6,8 +6,7 @@ **Please be aware that this library is currently in active development, and is not intended for production** -This is the next generation Service Bus Java client library that focuses on Queues & Topics. If you are looking for Event Hubs, follow the below link: -* [Event Hubs](https://github.com/azure/azure-event-hubs-java) +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 Messaging 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. @@ -16,35 +15,3 @@ Refer to [azure.com](https://azure.microsoft.com/services/service-bus/) to learn ## How to provide feedback See our [Contribution Guidelines](./.github/CONTRIBUTING.md). - -## Road map - -### General items -* Linux testing -* Maven package - -### Runtime operations -* Client operations: - * ~~Send/SendBatch~~ - * ~~PeekLock~~ - * ~~ReceiveAndDelete~~ - * ~~Abandon~~ - * ~~Deadletter~~ - * ~~Defer~~ - * ~~RenewLock/RenewLockBatch~~ - * OnMessage/OnSession handlers -* ~~Retry policy~~ -* ~~Scheduled messages specific API~~ -* QueueClient -* SubscriptionClient - * Add/Remove Rule -* TopicClient -* Peek -* Add major error conditions (ex. preventing all operations that are not supported, for Ex Transaction scenarios, etc) - -### Advanced features -* Session support - * Accept - * Receive/ReceiveBatch - * Peek -* Receive by sequence number