Skip to content

Commit

Permalink
Merge pull request Azure#221 from ChristianWolf42/FixingFundamentals
Browse files Browse the repository at this point in the history
Fixing fundamentals
  • Loading branch information
ChristianWolf42 authored May 2, 2018
2 parents d19d541 + ff9d9b8 commit 8c913c4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

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

```
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-servicebus-parent</artifactId>
<version>1.2.5</version>
</dependency>
```

## How to provide feedback

See our [Contribution Guidelines](./.github/CONTRIBUTING.md).
Expand Down

0 comments on commit 8c913c4

Please sign in to comment.