简体   繁体   English

MassTransit Saga延迟交换错误

[英]MassTransit Saga delayed exchange error

I'm configuring the massTransit buss with RabbitMq to use the delayed exchange plugin: 我正在使用RabbitMq配置massTransit总线以使用延迟交换插件:

sbc.UseDelayedExchangeMessageScheduler();

I'm using schedule events in a saga, everything is working fine but I'm getting the following error: 我在使用传奇事件中的计划事件,一切工作正常,但出现以下错误:

RabbitMQ delayed exchange does not support cancellation RabbitMQ延迟交换不支持取消

Does anything special needs to be configured? 是否需要配置任何特殊功能?

This is it, there is nothing to configure. 就是这样,没有什么可配置的。

Delayed exchange does not support unscheduling so if you use request/response with timeouts or regular unschedule - it will not work. 延迟交换不支持取消计划,因此,如果您将请求/响应与超时或常规取消计划一起使用-将无法使用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM