othneildrew / Best-README-Template

An awesome README template to jumpstart your projects!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Configuring Redelivery in MassTransit for Individual Service Queues

opened this issue · comments

I've been working with MassTransit and have encountered an issue that I'm unable to resolve myself.

In my system, I have multiple services running on a single virtual host. For various reasons, I want to ensure that the redelivery function is handled on separate queues for each service. In particular, I'm aiming to have a distinct Hangfire database for each one.

Could you provide me with guidance on how I can configure the redelivery such that each service can use its own separate queue?

I haven't been able to find clear answers on this in the documentation or through online searching, so any help would be appreciated.

Thanks in advance

@dddcop is this related to the README template?

I do not think so. I was based on the documentation -> https://masstransit.io/documentation/configuration/scheduling

I suggest to create your ticket in the mastransit github repo: https://github.com/MassTransit/MassTransit

Sorry Thank you for your help.