MassTransit.Host cluster configuration

82 views
Skip to first unread message

Zeljko Vujaklija

unread,
Jan 2, 2017, 3:19:51 PM1/2/17
to masstransit-discuss
I'm using MassTransit.Host for consumer hosting.
I successfully configured RabbitMQ host, username, password, endpoint queuename and consumer limit through app.config.

I'm wondering if it's possible to configure MassTransit.Host to use cluster i.e. define cluster nodes either through app.config or code?

Chris Patterson

unread,
Jan 2, 2017, 4:53:57 PM1/2/17
to masstrans...@googlegroups.com
Clustering with the host isn't supported yet, should be easy to add though - submit an issue and I'll see about getting it done.


--
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/f3d72b14-19a1-4a05-a3c5-aeb25b06f7ef%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Alexey Zimarev

unread,
Jan 8, 2017, 8:54:30 AM1/8/17
to masstransit-discuss
The PR has been merged so this will be in the next release I think.

maldworth

unread,
Jan 9, 2017, 7:32:26 PM1/9/17
to masstransit-discuss
Yep, it's in the latest 3.5.3. You can add cluster members in your AppSettings using csv

<appSettings>
   
<add key="RabbitMQClusterMembers" value="cluster1,cluster2,cluster3" />
</appSettings>
Reply all
Reply to author
Forward
0 new messages