Skip to content

SetQuorumQueue using the ConfigureEndpoints method #3708

Answered by phatboyg
MichelRoor asked this question in Q&A
Discussion options

You must be logged in to vote
x.AddConfigureEndpointsCallback((name, cfg) =>
{
    if(cfg is IRabbitMqEndpointConfigurator rmq)
        rmq.SetQuorumQueue();
});

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@MichelRoor
Comment options

Answer selected by MichelRoor
Comment options

You must be logged in to vote
2 replies
@phatboyg
Comment options

@deathchurch
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants