Azure WebJob with MassTrasit

262 views
Skip to first unread message

Renicius Pagotto Fostaini

unread,
Jun 19, 2017, 2:23:06 PM6/19/17
to masstransit-discuss
Hello
I need to know how can I do mass transit works with azure webjob
I googled but I don`t anything 

Chris Patterson

unread,
Jun 19, 2017, 2:32:24 PM6/19/17
to masstrans...@googlegroups.com
As a transport? Only Azure Service Bus is supported there.

--
You received this message because you are subscribed to the Google Groups "masstransit-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to masstransit-discuss+unsub...@googlegroups.com.
To post to this group, send email to masstransit-discuss@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/masstransit-discuss/d2b1d23a-4bd0-4173-86d2-2afc4c2070a3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Message has been deleted

Renicius Pagotto Fostaini

unread,
Jun 20, 2017, 9:11:22 AM6/20/17
to masstransit-discuss
I need that the webjob be the consumer, but I need to implement webjob working with mass transit to receive messages
So when a running a webjob the class IConsumer must be fired, but anything happen
I only receive a message at the function of webjob but it`s not necessary, the masstransit do it
There are support to this?

Chris Patterson

unread,
Jun 20, 2017, 12:12:45 PM6/20/17
to masstrans...@googlegroups.com
I'm unfamiliar with web jobs, sorry. Perhaps someone else can help.

--
You received this message because you are subscribed to the Google Groups "masstransit-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to masstransit-discuss+unsub...@googlegroups.com.
To post to this group, send email to masstransit-discuss@googlegroups.com.

Alexey Zimarev

unread,
Jun 20, 2017, 3:47:25 PM6/20/17
to masstransit-discuss
I won't recommend using WebJob since it can be recycled. ServiceFabric is much more suitable.

Nick Archibald

unread,
Jun 21, 2017, 3:57:33 PM6/21/17
to masstransit-discuss
This can be done as I have 3 web app running in this way. To mitigate Alexey concern about the webjob be recycled you need to make sure you configure the job to run continuously.

   
Hopefully this gets you started. I have assumed you have read the documentation on configuring MassTransit so I have included that in the gist.
Reply all
Reply to author
Forward
0 new messages