Skip to content

Commit

Permalink
Move samples (#44)
Browse files Browse the repository at this point in the history
* Moving samples to azure/azure-service-bus

* updated sample links
  • Loading branch information
jtaubensee authored Apr 25, 2017
1 parent 551c675 commit e681023
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 140 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ See our [Contribution Guidelines](./.github/CONTRIBUTING.md).

### Where can I find examples that use this library?

To get started *sending* messages to Service Bus refer to [Get started sending to Service Bus queues](./azure-servicebus-samples/src/main/java/com/microsoft/azure/servicebus/samples/SendSample.java).
To get started *sending* messages to Service Bus refer to [Get started sending to Service Bus queues](https://github.com/Azure/azure-service-bus/blob/master/samples/Java/src/main/java/com/microsoft/azure/servicebus/samples/SendSample.java).

To get started *receiving* messages with Service Bus refer to [Get started receiving from Service Bus queues](./azure-servicebus-samples/src/main/java/com/microsoft/azure/servicebus/samples/ReceiveSample.java).
To get started *receiving* messages with Service Bus refer to [Get started receiving from Service Bus queues](https://github.com/Azure/azure-service-bus/blob/master/samples/Java/src/main/java/com/microsoft/azure/servicebus/samples/ReceiveSample.java).

### Can I manage Service Bus entities with this library?

Expand Down
45 changes: 0 additions & 45 deletions azure-servicebus-samples/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit e681023

Please sign in to comment.