|
4 | 4 |
|
5 | 5 | # Microsoft Azure Service Bus Client for .NET |
6 | 6 |
|
| 7 | +Azure Service Bus allows you to build applications that take advantage of asynchronous messaging patterns using a highly-reliable service to broker messages between producers and consumers. Azure Service Bus provides flexible, brokered messaging between client and server, along with structured first-in, first-out (FIFO) messaging, and publish/subscribe capabilities with complex routing. |
7 | 8 |
|
8 | | -|Build/Package|Status| |
9 | | -|------|-------------| |
10 | | -|master|[](https://ci.appveyor.com/project/vinaysurya/azure-service-bus-dotnet/branch/master) [](https://codecov.io/gh/Azure/azure-service-bus-dotnet)| |
11 | | -|dev|[](https://ci.appveyor.com/project/vinaysurya/azure-service-bus-dotnet/branch/dev) [](https://codecov.io/gh/Azure/azure-service-bus-dotnet)| |
12 | | -|Microsoft.Azure.ServiceBus|[](https://www.nuget.org/packages/Microsoft.Azure.ServiceBus/)| |
13 | | - |
14 | | -This is the next generation Service Bus .NET client library that focuses on queues & topics. If you are looking for Event Hubs and Relay clients, follow the below links: |
15 | | -* [Event Hubs](https://github.com/azure/azure-event-hubs-dotnet) |
| 9 | +This is the next generation Service Bus .NET client library focused on queues and topics. If you are looking for Event Hubs and Relay clients, please see: |
| 10 | +* [Event Hubs](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/eventhub/Microsoft.Azure.EventHub) |
16 | 11 | * [Relay](https://github.com/azure/azure-relay-dotnet) |
17 | 12 |
|
18 | | -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. |
19 | | - |
20 | | -Refer to the [online documentation](https://azure.microsoft.com/services/service-bus/) to learn more about Service Bus. |
21 | | - |
22 | | -This library is built using .NET Standard 1.3. For more information on what platforms are supported see [.NET Platforms Support](https://docs.microsoft.com/en-us/dotnet/articles/standard/library#net-platforms-support). |
23 | | - |
24 | | -## How to provide feedback |
25 | | - |
26 | | -See our [Contribution Guidelines](./.github/CONTRIBUTING.md). |
27 | | - |
28 | | -## How to get support |
29 | | - |
30 | | -See our [Support Guidelines](./.github/SUPPORT.md) |
31 | | - |
32 | | -## FAQ |
33 | | - |
34 | | -### Where can I find examples that use this library? |
35 | | - |
36 | | -[https://github.com/Azure/azure-service-bus/tree/master/samples](https://github.com/Azure/azure-service-bus/tree/master/samples) |
37 | | - |
38 | | -### How do I run the unit tests? |
39 | | - |
40 | | -In order to run the unit tests, you will need to do the following: |
41 | | - |
42 | | -1. Deploy the Azure Resource Manager template located at [/build/azuredeploy.json](/build/azuredeploy.json) by clicking the following button: |
43 | 13 |
|
44 | | - <a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-service-bus-dotnet%2Fmaster%2Fbuild%2Fazuredeploy.json" target="_blank"> |
45 | | - <img src="http://azuredeploy.net/deploybutton.png"/> |
46 | | - </a> |
| 14 | +## We've moved! |
47 | 15 |
|
48 | | - *Running the above template will provision a standard Service Bus namespace along with the required entities to successfully run the unit tests.* |
| 16 | +The Microsoft Azure Service Bus Client for .NET has joined the unified Azure Developer Platform and can now be found in the [Azure SDK for .NET](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/servicebus/Microsoft.Azure.ServiceBus) repository. To view the latest source, participate in the development process, report issues, or engage with the community, please visit our new home. |
49 | 17 |
|
50 | | -1. Add an Environment Variable named `azure-service-bus-dotnet/connectionstring` and set the value as the connection string of the newly created namespace. **Please note that if you are using Visual Studio, you must restart Visual Studio in order to use new Environment Variables.** |
| 18 | +This repository has been archived and is intended to provide historical reference and context for the Microsoft Azure Service Bus Client for .NET |
| 19 | + |
| 20 | +[Source code](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/servicebus/Microsoft.Azure.ServiceBus) | [Package (NuGet)](https://www.nuget.org/packages/Microsoft.Azure.ServiceBus/) | [API reference documentation](https://docs.microsoft.com/en-us/dotnet/api/overview/azure/service-bus?view=azure-dotnet) | [Product documentation](https://docs.microsoft.com/en-us/azure/service-bus-messaging/) |
51 | 21 |
|
52 | | -Once you have completed the above, you can run `dotnet test` from the `/test/Microsoft.Azure.ServiceBus.UnitTests` directory. |
0 commit comments