Skip to content

Commit c6003b4

Browse files
committed
update doc regarding official support
1 parent 3c2d812 commit c6003b4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[![Build status](https://ci.appveyor.com/api/projects/status/2c1ackhg6rloriok/branch/master?svg=true)](https://ci.appveyor.com/project/onlyann/servicestack-azureservicebus/branch/master)
44
[![Nuget](https://img.shields.io/nuget/v/ServiceStack.AzureServiceBus.svg)](https://www.nuget.org/packages/ServiceStack.AzureServiceBus/)
55

6+
67
This adds Azure Service Bus [MQ Server option](http://docs.servicestack.net/messaging) for the excellent [ServiceStack](https://github.com/serviceStack/serviceStack) framework.
78

89
As it relies on [WindowsAzure.ServiceBus](https://www.nuget.org/packages/WindowsAzure.ServiceBus/) Nuget package, it requires .Net Framework 4.5 Full Profile.
@@ -15,6 +16,17 @@ This is inspired from the [Rabbit MQ implementation](http://docs.servicestack.ne
1516
- OneWay HTTP requests are published to MQ then executed
1617
- OneWay MQ and HTTP Service Clients are Substitutable
1718

19+
20+
>> ServiceStack has added MQ support for Azure Service Bus as part of their v4.5.14 release maintained >> at https://github.com/ServiceStack/ServiceStack.Azure.
21+
>>
22+
>> I would recommend using the official implementation instead of this one if it covers your needs.
23+
>>
24+
>> One reason you may want to give this non-official implementation a try is that you are not targeting
25+
>> .NET Core and you need some feature that is not part of the official MQ Server.
26+
>>
27+
>> Ideally, the official package eventually offers all features (and likely more) and this repository can enjoy
28+
>> an early retirement.
29+
1830
## Adding Azure Service Bus MQ support to ServiceStack
1931

2032
[Create a Service Bus namespace](https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-create-namespace-portal) in Azure and obtain the connection string from the Shared Access policies.

0 commit comments

Comments
 (0)