简体   繁体   中英

MassTransit Saga delayed exchange error

I'm configuring the massTransit buss with RabbitMq to use the delayed exchange plugin:

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

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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