Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
Removed RoadMap, and added missing features as GitHub issues.
  • Loading branch information
jtaubensee authored Feb 28, 2017
1 parent 4100a1c commit e7ef1df
Showing 1 changed file with 2 additions and 35 deletions.
37 changes: 2 additions & 35 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<p align="center">
<p align="center">
<img src="service-bus.png" alt="Microsoft Azure Relay" width="100"/>
</p>

# Microsoft Azure Service Bus Client for Java

**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.

Expand All @@ -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

0 comments on commit e7ef1df

Please sign in to comment.