简体   繁体   中英

if using rabbitmq mirror queue for HA, should define reply queue durable?

如果将Rabbitmq镜像队列用于具有RPC模式的HA,则应定义持久的答复队列?同时,是否需要进行特殊配置?

It depends on the requirements of your application but, yes, it would make sense.

You have to use a named reply queue in that case, however; direct replyTo and/or a temporary reply queue won't work if need HA replies.

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