You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This adds Azure Service Bus [MQ Server option](http://docs.servicestack.net/messaging) for the excellent [ServiceStack](https://github.com/serviceStack/serviceStack) framework.
7
8
8
9
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
15
16
- OneWay HTTP requests are published to MQ then executed
16
17
- OneWay MQ and HTTP Service Clients are Substitutable
17
18
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
+
18
30
## Adding Azure Service Bus MQ support to ServiceStack
19
31
20
32
[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