最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

c# - Migration of MassTransit managed classic mirrored RabbitMq queues to quorum ones - Stack Overflow

programmeradmin0浏览0评论

I have a lot of queues managed by MassTransit using RabbitMq as transport. These queues are currently classic mirrored queues and need to switch to quorum queues. Traffic disruption is not an option and I cannot afford to lose messages.

According to RabbitMq documentation, this migration cannot be made in place (ie it is not possible to change the type of an already queue created).

I know how to configure MassTransit so that new created queues are directly created with quorum as type (using IQueueConfigurator.SetQuorumQueue) but I don't know how to migrate already created durable queues.

Can MassTransit could help with this migration?

发布评论

评论列表(0)

  1. 暂无评论