Is there a way to persist messages when the broker is offline?

こ雲淡風輕ζ 提交于 2020-12-14 02:27:47

问题


is there a way to support a scenario where broker is offline so that messages can be stored temporarily in disc and attempt to submit once the broker comes online. This is to provide resilience in scenarios where the broker goes down. I have not found anything in the documentation yet.


回答1:


There isn't anything like this built into MassTransit. If the broker is unavailable, messages cannot be published or sent.



来源:https://stackoverflow.com/questions/63492266/is-there-a-way-to-persist-messages-when-the-broker-is-offline

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!