Comments on: MassTransit on Microsoft Azure https://looselycoupledlabs.com/2014/09/masstransit-on-microsoft-azure-2/ **ARCHIVED** A Blog Loosely Related to System Architecture by David Prothero **ARCHIVED** Sat, 20 Feb 2016 00:40:00 +0000 hourly 1 https://wordpress.org/?v=5.8.6 By: Rishabh Ajmera https://looselycoupledlabs.com/2014/09/masstransit-on-microsoft-azure-2/#comment-75 Sat, 20 Feb 2016 00:40:00 +0000 http://looselycoupledlabs.com/?p=213#comment-75 Hi David,

Really nice article.

I am trying to figure out a way to use MassTransit v3 with Azure service bus and just could not find a way to get it to work.
I read online in several articles that it is possible.
I saw you have an article on using RabbitMQ with Masstransit v3.
If you have code sample for Masstransitv3 with Azure, can you please share a link to it. It will be of great help.

]]>
By: Suddenelfilio https://looselycoupledlabs.com/2014/09/masstransit-on-microsoft-azure-2/#comment-61 Tue, 13 Oct 2015 13:29:00 +0000 http://looselycoupledlabs.com/?p=213#comment-61 In reply to dprothero.

I was able to use SB4WS using the SAS tokenprovider: https://github.com/MassTransit/MassTransit/issues/342#issuecomment-147706883

]]>
By: dprothero https://looselycoupledlabs.com/2014/09/masstransit-on-microsoft-azure-2/#comment-50 Wed, 04 Feb 2015 03:27:00 +0000 http://looselycoupledlabs.com/?p=213#comment-50 In reply to Andy Charalambous.

Great questions… The MT transport for Azure may not support it. I suggest raising the question in the MT Google Group for the authors to comment on: http://groups.google.com/group/masstransit-discuss/

]]>
By: Andy Charalambous https://looselycoupledlabs.com/2014/09/masstransit-on-microsoft-azure-2/#comment-49 Tue, 03 Feb 2015 20:01:00 +0000 http://looselycoupledlabs.com/?p=213#comment-49 Great post, really helped me out in setting up my own MT/w Azure SB application. One thought though – I tried to lock things down a little – it feels wrong to be using such a root level SAS key, but things wouldn’t work at this point. Any suggestions/best practices for when running in production? Presumably “Manage” permissions are mandatory the first time this is run, in order for the topic, subscription and new queue to be created? Can permissions be changed to using Listen and Send afterward? I tried but had no success.

Thanks!

]]>
By: dprothero https://looselycoupledlabs.com/2014/09/masstransit-on-microsoft-azure-2/#comment-31 Mon, 05 Jan 2015 14:31:00 +0000 http://looselycoupledlabs.com/?p=213#comment-31 In reply to David McClelland.

To the best of my knowledge, the Azure Service Bus transport for MassTransit does has not been successfully tested to work with Service Bus for Windows Server. I believe it would be a simple matter for a developer to modify the transport code to make it work, but to date, this work has not yet been done.

]]>
By: David McClelland https://looselycoupledlabs.com/2014/09/masstransit-on-microsoft-azure-2/#comment-29 Sun, 04 Jan 2015 07:35:00 +0000 http://looselycoupledlabs.com/?p=213#comment-29 I’m glad you built this example – have you tried with the local version of Microsoft’s Service Bus (the extraordinarily-named Windows Server Service Bus!) to see if this works the same?

]]>
By: Ben Gale https://looselycoupledlabs.com/2014/09/masstransit-on-microsoft-azure-2/#comment-23 Wed, 26 Nov 2014 16:37:00 +0000 http://looselycoupledlabs.com/?p=213#comment-23 In reply to dprothero.

Brilliant, that explains my confusion! Thanks for the lightning fast reply.

]]>
By: dprothero https://looselycoupledlabs.com/2014/09/masstransit-on-microsoft-azure-2/#comment-22 Wed, 26 Nov 2014 16:33:00 +0000 http://looselycoupledlabs.com/?p=213#comment-22 In reply to Ben Gale.

Good catch! It’s actually completely unnecessary (which is why it still works for you). It was leftover from my experimenting. I’ve pulled it out and everything still works.

var queueUri = “azure-sb://” + azureNameSpace + “/MtPubSubAzureExample_” + queueName;

]]>
By: Ben Gale https://looselycoupledlabs.com/2014/09/masstransit-on-microsoft-azure-2/#comment-21 Wed, 26 Nov 2014 16:12:00 +0000 http://looselycoupledlabs.com/?p=213#comment-21 Hey, Just running your sample code. This bit:

var queueUri = “azure-sb://owner:bjOAWQJalkmd9LKas0lsdklkdw4mAHwKZUJ1jKwTLdc=@” + azureNameSpace + “/MtPubSubAzureExample_” + queueName;

I’ve left unchanged and it works. What is the owner and what looks like a shared key? Is that yours, what do I set that too?

]]>
By: Brett Westover https://looselycoupledlabs.com/2014/09/masstransit-on-microsoft-azure-2/#comment-19 Wed, 17 Sep 2014 15:52:00 +0000 http://looselycoupledlabs.com/?p=213#comment-19 Awesome post David. Thanks for showing us the “cloudy” way!

]]>